void EnvGetDefmoduleListFunction( UDFContext *context, CLIPSValue *returnValue) { EnvGetDefmoduleList(UDFContextEnvironment(context),returnValue); }
globle void GetDefmoduleList( DATA_OBJECT_PTR returnValue) { EnvGetDefmoduleList(GetCurrentEnvironment(),returnValue); }