#ifndef CRBC_CODEGEN_H #define CRBC_CODEGEN_H // Header file for CReborn's Codegen API #include #include static inline int fb(int x) { return x; } #endif