Nut/OS  4.10.3
API Reference
stricmp.c File Reference
#include <compiler.h>
#include <string.h>
Include dependency graph for stricmp.c:

Go to the source code of this file.

Typedefs

typedef unsigned char uint8_t

Functions

int stricmp (CONST char *s1, CONST char *s2)
 Compare two strings, ignoring case.
int strnicmp (CONST char *s1, CONST char *s2, size_t n)
 Compare two strings up to a given number of characters and ignoring case.