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 91cca628..2f49d347 100644
--- a/lib.h
+++ b/lib.h
@@ -475,6 +475,8 @@ val logand(val, val);
val logior(val, val);
val logxor(val, val);
val logcomp(val, val);
+val logtrunc(val a, val bits);
+val ash(val a, val bits);
val string_own(wchar_t *str);
val string(const wchar_t *str);
val string_utf8(const char *str);