2
0

run.h 175 B

12345678
  1. #ifndef AFUN_RUN_H
  2. #define AFUN_RUN_H
  3. #include "macro.h"
  4. #include "code.h"
  5. /* 代码运行工具 */
  6. bool iterCode(af_Code *code, af_Environment *env);
  7. #endif //AFUN_RUN_H