summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 211d27de..df9c2592 100644
--- a/lib.h
+++ b/lib.h
@@ -454,6 +454,7 @@ val string_lt(val astr, val bstr);
val int_str(val str, val base);
val flo_str(val str);
val int_flo(val f);
+val flo_int(val i);
val chrp(val chr);
wchar_t c_chr(val chr);
val chr_isalnum(val ch);