1040:1ecf4dbbc60c | 1041:508dc8b32a17 |
---|---|
29 #include "cx/string.h" | 29 #include "cx/string.h" |
30 | 30 |
31 #include <string.h> | 31 #include <string.h> |
32 #include <stdarg.h> | 32 #include <stdarg.h> |
33 #include <ctype.h> | 33 #include <ctype.h> |
34 #include <errno.h> | |
34 | 35 |
35 #ifndef _WIN32 | 36 #ifndef _WIN32 |
36 | 37 |
37 #include <strings.h> // for strncasecmp() | 38 #include <strings.h> // for strncasecmp() |
38 | 39 |