Exemple #1
0
EXPORT void STDCALL EnvListDeffunctions2(void* env, char* router, void* module)
{
	EnvListDeffunctions(env, router, (defmodule*)module);
}
Exemple #2
0
globle void ListDeffunctions(
  const char *logicalName,
  struct defmodule *theModule)
  {
   EnvListDeffunctions(GetCurrentEnvironment(),logicalName,theModule);
  }