diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-09 15:40:55 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-07-09 15:40:55 +0100 |
commit | b6cf209e65721c9b749124e6c5866b9359fc6583 (patch) | |
tree | 6426e7481f864b3a1d72c0bc21e4c89df6e9463e /comp/lucas-standen-NEA/code/execution/vars.h | |
parent | 3f23b452f8ab504a3337f88ddc714c3a660d2648 (diff) |
made alot work with vars
Diffstat (limited to 'comp/lucas-standen-NEA/code/execution/vars.h')
-rw-r--r-- | comp/lucas-standen-NEA/code/execution/vars.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comp/lucas-standen-NEA/code/execution/vars.h b/comp/lucas-standen-NEA/code/execution/vars.h new file mode 100644 index 0000000..2e8ef99 --- /dev/null +++ b/comp/lucas-standen-NEA/code/execution/vars.h @@ -0,0 +1,4 @@ +#include "../global/types.h" + +void newVar(Vdef *definiton, literal *value); +literal *getVarCalled(char *name); |