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