diff options
Diffstat (limited to 'src/user/lib/include/strings.h')
-rw-r--r-- | src/user/lib/include/strings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/user/lib/include/strings.h b/src/user/lib/include/strings.h deleted file mode 100644 index d0abc47..0000000 --- a/src/user/lib/include/strings.h +++ /dev/null @@ -1,5 +0,0 @@ -#pragma once -#include <stddef.h> - -int strcasecmp(const char *s1, const char *s2); -int strncasecmp(const char *s1, const char *s2, size_t n); |