summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 3d49e7c9..b86e85bd 100644
--- a/lib.h
+++ b/lib.h
@@ -909,6 +909,7 @@ val listp(val obj);
val endp(val obj);
val proper_list_p(val obj);
val length_list(val list);
+val length_list_lt(val list, val len);
val getplist(val list, val key);
val getplist_f(val list, val key, loc found);
val memp(val key, val plist);
@@ -1052,6 +1053,7 @@ val stringp(val str);
val lazy_stringp(val str);
val length_str(val str);
val coded_length(val str);
+val length_lt(val seq, val len);
const wchar_t *c_str(val str, val self);
val search_str(val haystack, val needle, val start_num, val from_end);
val search_str_tree(val haystack, val tree, val start_num, val from_end);