summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs.h b/xs.h
index 2bb0173..234a1d2 100644
--- a/xs.h
+++ b/xs.h
@@ -38,7 +38,7 @@ typedef char d_char;
38#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE) 38#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE)
39 39
40void _xs_destroy(char **var); 40void _xs_destroy(char **var);
41#define xs_debug() kill(getpid(), 5) 41#define xs_debug() raise(5)
42xstype xs_type(const char *data); 42xstype xs_type(const char *data);
43int xs_size(const char *data); 43int xs_size(const char *data);
44int xs_is_null(char *data); 44int xs_is_null(char *data);