blob: 1aab133f471dcc2f08155c235ada2ab2b2140dce [file] [log] [blame]
#ifndef BUILTIN_H
#define BUILTIN_H
#include "bytecode.h"
#include "compile.h"
int builtins_bind(block*);
#endif