summaryrefslogtreecommitdiffstats
path: root/builtin.h
blob: 1aab133f471dcc2f08155c235ada2ab2b2140dce (plain)
1
2
3
4
5
6
7
8
9
#ifndef BUILTIN_H
#define BUILTIN_H

#include "bytecode.h"
#include "compile.h"

int builtins_bind(block*);

#endif