diff options
Diffstat (limited to 'buffer.h')
-rw-r--r-- | buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -553,8 +553,9 @@ xor (uint8_t *dest, const uint8_t *src, int len) } /* - * Classify and mutate strings based on character types. + * Print a string which might be NULL */ +const char *np (const char *str); /*#define CHARACTER_CLASS_DEBUG*/ |