From 8569af05d8111654f1839f1cf50175a32b0bc547 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 10 Jan 2024 21:50:03 -0800 Subject: add shit --- include/builtins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/builtins.h') 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 - +/* TODO: comment this entire thing */ void stemadd(value_t *v); void stemsub(value_t *v); void stemmul(value_t *v); -- cgit