commit 1b8dbdadae276308dabd8de26b15556461864795 parent a9a1ff6064a439d5c5e3f9e17aca25adde0b895d Author: kocotian <kocotian@kocotian.pl> Date: Sun, 21 Mar 2021 17:26:26 +0100 ctype in str.h Diffstat:
M | str.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/str.h b/str.h @@ -1,6 +1,8 @@ #ifndef _STR_H #define _STR_H +#include <ctype.h> + typedef struct { char *data; size_t len;