|
CX Framework
Cross-platform C utility framework
|
C string utility functions. More...
#include <cx/platform/cpp.h>#include <stddef.h>Go to the source code of this file.
Functions | |
| size_t | cstrLen (const char *s) |
| char * | cstrDup (const char *s) |
| size_t | cstrLenw (const unsigned short *s) |
| unsigned short * | cstrDupw (const unsigned short *s) |
| int | cstrCmpi (const char *s1, const char *s2) |
C string utility functions.
Definition in file cstrutil.h.