1 2 3 4 5 6 7 8
#ifndef BUILTINS_H_ #define BUILTINS_H_ #include "parser.h" void iload_core(interpreter *it); #endif // BUILTINS_H_