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 97a7dbd4..512c3462 100644
--- a/lib.h
+++ b/lib.h
@@ -894,6 +894,7 @@ val str_gt(val astr, val bstr);
val str_le(val astr, val bstr);
val str_ge(val astr, val bstr);
val int_str(val str, val base);
+val flo_str_utf8(const char *);
val flo_str(val str);
val num_str(val str);
val int_flo(val f);