mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Hard reset
This commit is contained in:
commit
09bed43f97
1594 changed files with 892326 additions and 0 deletions
8
code/tools/lcc/src/bind.c
Normal file
8
code/tools/lcc/src/bind.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "c.h"
|
||||
extern Interface nullIR;
|
||||
extern Interface bytecodeIR;
|
||||
Binding bindings[] = {
|
||||
{ "null", &nullIR },
|
||||
{ "bytecode", &bytecodeIR },
|
||||
{ NULL, NULL },
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue