aboutsummaryrefslogtreecommitdiffstats
path: root/builtins.h
blob: 873977873e3dba55c8af1612428d5aa2aa12f683 (plain)
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_