Пример #1
0
globle SYMBOL_HN *GetDefclassNamePointer(
  void *theClass)
  {
   return GetConstructNamePointer((struct constructHeader *) theClass);
  }
Пример #2
0
globle SYMBOL_HN *EnvGetDeffunctionNamePointer(
  void *theEnv,
  void *theDeffunction)
  {
   return GetConstructNamePointer((struct constructHeader *) theDeffunction);
  }