summaryrefslogtreecommitdiff
path: root/lisp_api.h
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-18 18:39:19 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-18 18:39:19 +0100
commit31e9a82704455dd92cfeef878456493c47cac63b (patch)
treeab880b2187aab536655db80aaaa668ae3d575740 /lisp_api.h
parent07cd615c7e1cafccd6d46b3eb68d413f2a2dd9a5 (diff)
factor out basic standard procedures (+, -, cons, car...) into separate module
Diffstat (limited to 'lisp_api.h')
-rw-r--r--lisp_api.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp_api.h b/lisp_api.h
index 66ad231..6cc6588 100644
--- a/lisp_api.h
+++ b/lisp_api.h
@@ -61,4 +61,6 @@ typedef struct {
module_export *module_init();
+int is_integer(double x);
+
#endif