String Utilities
IntroductionThis header contains function prototypes for manipulating strings. Macro Definitions
kSizeCStringConstant for describing the size of a null terminated string #define kSizeCString sizeof_stringDetermines the size of a constant C string, excluding the null terminator. #define sizeof_string( X ) |