posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
strings.h File Reference

POSIX string operations (<strings.h>) More...

#include <stddef.h>
Include dependency graph for strings.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.
 

Detailed Description

POSIX string operations (<strings.h>)

See also
POSIX.1-2017 <strings.h>

Definition in file strings.h.