![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX string operations (<strings.h>) More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
| int | strcasecmp (const char *s1, const char *s2) |
| Compare two strings, ignoring case. | |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
| Compare two strings, ignoring case, up to a maximum length. | |
POSIX string operations (<strings.h>)
Definition in file strings.h.