1 2 3 4 5 6 7 8
#include "c.h" extern Interface nullIR; extern Interface bytecodeIR; Binding bindings[] = { { "null", &nullIR }, { "bytecode", &bytecodeIR }, { NULL, NULL }, };