diff options
| -rw-r--r-- | stc/cstr.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,6 +28,7 @@ #include <string.h>
#include <stdarg.h>
#include <stdio.h> /* vsnprintf */
+#include <ctype.h>
typedef struct cstr { char* str; } cstr_t;
typedef struct { char *val; } cstr_iter_t;
|
