Exemple #1
0
tEplKernel EplIdentuInit(void)
{
	tEplKernel Ret;

	Ret = EplIdentuAddInstance();

	return Ret;
}
tEplKernel PUBLIC EplIdentuInit()
{
tEplKernel Ret;

    Ret = EplIdentuAddInstance();

    return Ret;
}