run.h 235 B

12345678
  1. #ifndef AFUN_RUN_H
  2. #define AFUN_RUN_H
  3. #include "aFunCoreExport.h"
  4. #include "tool.h"
  5. #include "code.h"
  6. /* 代码运行 相关操作 */
  7. AFUN_CORE_EXPORT bool iterCode(af_Code *code, int mode, af_Environment *env);
  8. #endif //AFUN_RUN_H