* added compilers lcc and bcc (linux86)
[mascara-docs.git] / compilers / lcc / src / bind.c
blobbc7b9830fe9c74228a8a14c9e0f00ef3609b1be0
1 #include "c.h"
2 extern Interface nullIR;
3 extern Interface bytecodeIR;
4 Binding bindings[] = {
5 { "null", &nullIR },
6 { "bytecode", &bytecodeIR },
7 { NULL, NULL },
8 };