aboutsummaryrefslogtreecommitdiff
path: root/include/builtins.h
diff options
context:
space:
mode:
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);