summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index d454fd29..90975644 100644
--- a/lib.h
+++ b/lib.h
@@ -471,6 +471,9 @@ val acosi(val);
val atang(val);
val loga(val);
val expo(val);
+val logand(val, val);
+val logior(val, val);
+val logxor(val, val);
val string_own(wchar_t *str);
val string(const wchar_t *str);
val string_utf8(const char *str);