diff options
Diffstat (limited to 'xs.h')
| -rw-r--r-- | xs.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | ||
| 40 | void _xs_destroy(char **var); | 40 | void _xs_destroy(char **var); |
| 41 | #define xs_debug() kill(getpid(), 5) | 41 | #define xs_debug() raise(5) |
| 42 | xstype xs_type(const char *data); | 42 | xstype xs_type(const char *data); |
| 43 | int xs_size(const char *data); | 43 | int xs_size(const char *data); |
| 44 | int xs_is_null(char *data); | 44 | int xs_is_null(char *data); |