#ifndef BUILTIN_H #define BUILTIN_H #include "bytecode.h" #include "compile.h" int builtins_bind(block*); #endif