Case insensitive character trait.
More...
#include <string.h>
|
static bool | eq (char c1, char c2) |
|
static bool | ne (char c1, char c2) |
|
static bool | lt (char c1, char c2) |
|
static int | compare (const char *s1, const char *s2, size_t n) |
|
static const char * | find (const char *s, int n, char a) |
|
Case insensitive character trait.
The documentation for this struct was generated from the following file: