From 2750e54a2ad5afeabb7093fc10e9fb686b6f6059 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Mon, 22 Jan 2024 18:34:19 -0800 Subject: add unglue --- include/builtins.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/builtins.h') 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); -- cgit