File strcasecmp.c
FileList > base > posix > strcasecmp.c
Go to the source code of this file.
#include <string.h>
Public Types
Type | Name |
---|---|
typedef unsigned char | u_char |
Public Static Attributes
Type | Name |
---|---|
const u_char | charmap |
Public Functions
Type | Name |
---|---|
int | strcasecmp (const char * s1, const char * s2) |
int | strncasecmp (const char * s1, const char * s2, size_t n) |
Public Types Documentation
typedef u_char
Public Static Attributes Documentation
variable charmap
Public Functions Documentation
function strcasecmp
function strncasecmp
The documentation for this class was generated from the following file cores/common/base/posix/strcasecmp.c