Documentation  |   Table of Contents   |  < Previous   |  Next >   |  Index

19    strings.h

Palm OS® Protein C/C++ Compiler Language & Library Reference

Palm OS® Developer Suite

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.