vars.h (110B)
1 #include "../global/types.h" 2 void newVar(Vdef *definiton, literal *value); 3 literal *getVarCalled(char *name);