school

thing1's amazing school repo
Log | Files | Refs | Submodules | README

vars.h (110B)


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