#include #include enum enumVarType {INT, FLOAT}; // a adapter typedef struct { char* name; bool init; enumVarType varType; int offset; int deep; } Symbol;