summaryrefslogtreecommitdiff
path: root/xs.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-19 22:41:30 +0200
committerdefault <nobody@localhost>2022-09-19 22:41:30 +0200
commitc88d4f1e152859254d28bcd6cd7ad7798f0782c4 (patch)
tree9baffa3bda31577cc37827d872f586ea05ca382a /xs.h
parent368cf465fc98be1ac1b81dddd2dc62bf35cd0967 (diff)
[data.c] new file.
Diffstat (limited to 'xs.h')
-rw-r--r--xs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs.h b/xs.h
index 9195bc0..b4a77d0 100644
--- a/xs.h
+++ b/xs.h
@@ -37,6 +37,7 @@ typedef char d_char;
#define _XS_BLK_SIZE 16
#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE)
+void _xs_destroy(char **var);
#define xs_debug() kill(getpid(), 5)
xstype xs_type(const char *data);
int xs_size(const char *data);