diff options
Diffstat (limited to 'firmware/libc/include/string.h')
-rw-r--r-- | firmware/libc/include/string.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/firmware/libc/include/string.h b/firmware/libc/include/string.h index f4914eadff..9346611aee 100644 --- a/firmware/libc/include/string.h +++ b/firmware/libc/include/string.h @@ -61,20 +61,6 @@ const char *_EXFUN(strsignal, (int __signo)); int _EXFUN(strtosigno, (const char *__name)); #endif -/* These function names are used on Windows and perhaps other systems. */ -#ifndef strcmpi -#define strcmpi strcasecmp -#endif -#ifndef stricmp -#define stricmp strcasecmp -#endif -#ifndef strncmpi -#define strncmpi strncasecmp -#endif -#ifndef strnicmp -#define strnicmp strncasecmp -#endif - #endif /* ! __STRICT_ANSI__ */ #ifdef __cplusplus |