The <strings.h> header defines several functions useful for manipulating strings; these functions adhere to the Posix standard.
strcasecmp() and strncasecmp() are not internationally safe to use; they are neither multi-byte aware nor locale sensitive. These functions are equivalent to StrCaselessCompare() and StrNCaselessCompare(), respectively. See the book Exploring Palm OS: Text and Localization for details.
