diff options
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |