Esempio n. 1
0
void EnvGetDefmoduleListFunction(
  UDFContext *context,
  CLIPSValue *returnValue)
  {
   EnvGetDefmoduleList(UDFContextEnvironment(context),returnValue);
  }
Esempio n. 2
0
globle void GetDefmoduleList(
  DATA_OBJECT_PTR returnValue)
  {
   EnvGetDefmoduleList(GetCurrentEnvironment(),returnValue);
  }