diff options
Diffstat (limited to 'builtins.h')
-rw-r--r-- | builtins.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/builtins.h b/builtins.h new file mode 100644 index 0000000..8739778 --- /dev/null +++ b/builtins.h @@ -0,0 +1,8 @@ +#ifndef BUILTINS_H_ +#define BUILTINS_H_ + +#include "parser.h" + +void iload_core(interpreter *it); + +#endif // BUILTINS_H_ |