aFun.h 148 B

123456789
  1. #ifndef AFUN__H
  2. #define AFUN__H
  3. #include "mem.h"
  4. #include "macro.h"
  5. #include "tool.h"
  6. typedef struct af_ByteCode af_ByteCode;
  7. #endif //AFUN__H