run.h 150 B

1234567
  1. #ifndef AFUN_RUN_H
  2. #define AFUN_RUN_H
  3. #include "macro.h"
  4. #include "code.h"
  5. bool iterCode(af_Code *code, af_Environment *env);
  6. #endif //AFUN_RUN_H