aboutsummaryrefslogtreecommitdiff
path: root/include/builtins.h
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-22 18:34:19 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-22 18:34:19 -0800
commit2750e54a2ad5afeabb7093fc10e9fb686b6f6059 (patch)
tree114b0e79cc9bb92d8be32fbb30100cab507a15e0 /include/builtins.h
parentab4eaabe940c1593ac060d91c652fcdb587786c0 (diff)
add unglue
Diffstat (limited to 'include/builtins.h')
-rw-r--r--include/builtins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/builtins.h b/include/builtins.h
index 38b9965..3b87aff 100644
--- a/include/builtins.h
+++ b/include/builtins.h
@@ -18,6 +18,8 @@ void stemdiv(value_t *v);
* [quote] */
void stemfunc(value_t *v);
+void steminsert(value_t *v);
+
/*! @brief takes first number to the power of the second, pushes result on the
* stack */
void stempow(value_t *v);