コード例 #1
0
ファイル: classcom.c プロジェクト: Khenji55/Computacion_UCLM
globle void EnvSetDefclassPPForm(
  void *theEnv,
  void *theClass,
  char *thePPForm)
  {
   SetConstructPPForm(theEnv,(struct constructHeader *) theClass,thePPForm);
  }
コード例 #2
0
ファイル: dffnxfun.c プロジェクト: DrItanium/durandal
globle void EnvSetDeffunctionPPForm(
  void *theEnv,
  void *theDeffunction,
  const char *thePPForm)
  {
   SetConstructPPForm(theEnv,(struct constructHeader *) theDeffunction,thePPForm);
  }