9 lines
119 B
C
9 lines
119 B
C
![]() |
#ifndef BUILTINS_H_
|
||
|
#define BUILTINS_H_
|
||
|
|
||
|
#include "parser.h"
|
||
|
|
||
|
void iload_core(interpreter *it);
|
||
|
|
||
|
#endif // BUILTINS_H_
|