#ifndef COMPILER_H #define COMPILER_H #include unsigned char* cCompile(int* codeLength); const char* cGetError(); #endif