aFun_tool.h 300 B

123456
  1. #ifndef AFUN_AFUN_TOOL_H
  2. #define AFUN_AFUN_TOOL_H
  3. AFUN_LANG_EXPORT int aFunTool(char *name, af_Code **code, af_Object *visitor, af_VarSpace *vs, af_Environment *env);
  4. AFUN_LANG_EXPORT int aFunToolImport(char *name, af_Object **obj, af_Code **code, af_Environment *env);
  5. #endif //AFUN_AFUN_TOOL_H