#ifndef BUILTINS_H_ #define BUILTINS_H_ #include "parser.h" void iload_core(interpreter *it); #endif // BUILTINS_H_