PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
strings.h File Reference
#include "_libstd/NULL.h"
#include "_libstd/config.h"
#include "_libstd/size_t.h"
Include dependency graph for strings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int strcasecmp (const char *s1, const char *s2)
 
int strncasecmp (const char *s1, const char *s2, size_t n)
 

Function Documentation

◆ strcasecmp()

int strcasecmp ( const char *  s1,
const char *  s2 
)

Definition at line 4 of file strcasecmp.c.

Here is the caller graph for this function:

◆ strncasecmp()

int strncasecmp ( const char *  s1,
const char *  s2,
size_t  n 
)

Definition at line 4 of file strncasecmp.c.