api.h 160 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #ifndef CPP_API_H #define CPP_API_H #ifdef __cplusplus extern "C" { #endif const char *compileGo(char *code, int *err); #ifdef __cplusplus } #endif #endif