diff options
Diffstat (limited to 'headers/codegen.h')
| -rw-r--r-- | headers/codegen.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/headers/codegen.h b/headers/codegen.h deleted file mode 100644 index d629caf..0000000 --- a/headers/codegen.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef CRBC_CODEGEN -#define CRBC_CODEGEN - -// Header file for CReborn's Codegen API - -#include <stdlib.h> -#include <string.h> - -static inline int fb(int x) { - return x; -} - -#endif |