summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib.h b/lib.h
index 4f652e6d..157649af 100644
--- a/lib.h
+++ b/lib.h
@@ -573,8 +573,12 @@ val split_str_set(val str, val set);
val tok_str(val str, val tok_regex, val keep_sep);
val list_str(val str);
val trim_str(val str);
-val string_cmp(val astr, val bstr);
-val string_lt(val astr, val bstr);
+val cmp_str(val astr, val bstr);
+val str_eq(val astr, val bstr);
+val str_lt(val astr, val bstr);
+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(val str);
val num_str(val str);