diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-10 21:50:03 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-10 21:50:03 -0800 |
commit | 8569af05d8111654f1839f1cf50175a32b0bc547 (patch) | |
tree | 4f1aa81f60a16d0ba1d8edfb0f04e945514b54c2 /include/builtins.h | |
parent | 4ada155b930cb5fb96493dff3a5af8809da3b214 (diff) |
add shit
Diffstat (limited to 'include/builtins.h')
-rw-r--r-- | include/builtins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/builtins.h b/include/builtins.h index 89fb26d..dc2ba65 100644 --- a/include/builtins.h +++ b/include/builtins.h @@ -1,7 +1,7 @@ #ifndef BUILTINS_H_ #define BUILTINS_H_ #include <stem.h> - +/* TODO: comment this entire thing */ void stemadd(value_t *v); void stemsub(value_t *v); void stemmul(value_t *v); |