コード例 #1
0
ファイル: deffunction1.cpp プロジェクト: marcomura/Octopus
EXPORT void STDCALL EnvListDeffunctions2(void* env, char* router, void* module)
{
	EnvListDeffunctions(env, router, (defmodule*)module);
}
コード例 #2
0
ファイル: dffnxfun.c プロジェクト: DrItanium/durandal
globle void ListDeffunctions(
  const char *logicalName,
  struct defmodule *theModule)
  {
   EnvListDeffunctions(GetCurrentEnvironment(),logicalName,theModule);
  }