PatchworkOS
Loading...
Searching...
No Matches
strings.h File Reference
#include "_internal/NULL.h"
#include "_internal/config.h"
#include "_internal/size_t.h"

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.

References tolower().

Referenced by config_find_pair(), config_find_section(), and config_get_bool().

◆ strncasecmp()

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

Definition at line 4 of file strncasecmp.c.

References tolower().