mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
POSIX.1-2008 specifies that those two functions should be declared by including <strings.h>, not <string.h> (the latter only has strcoll_l() and strxfrm_l()): http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html Obtained from: DragonFlyBSD Reviewed by: theraven MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| _ctype.h | ||
| _inttypes.h | ||
| _langinfo.h | ||
| _locale.h | ||
| _monetary.h | ||
| _stdio.h | ||
| _stdlib.h | ||
| _string.h | ||
| _strings.h | ||
| _time.h | ||
| _uchar.h | ||
| _wchar.h | ||
| Makefile | ||