19 #ifndef __PLSTRINGFUNCS__
20 #define __PLSTRINGFUNCS__
39 #if PRAGMA_STRUCT_ALIGN
40 #pragma options align = mac68k
41 #elif PRAGMA_STRUCT_PACKPUSH
43 #elif PRAGMA_STRUCT_PACK
56 PLstrcmp(ConstStr255Param str1, ConstStr255Param str2);
67 PLstrncmp(ConstStr255Param str1, ConstStr255Param str2,
short num);
144 PLstrpbrk(ConstStr255Param str1, ConstStr255Param str2);
155 PLstrspn(ConstStr255Param str1, ConstStr255Param str2);
166 PLstrstr(ConstStr255Param str1, ConstStr255Param str2);
188 PLpos(ConstStr255Param str1, ConstStr255Param str2);
190 #if PRAGMA_STRUCT_ALIGN
191 #pragma options align = reset
192 #elif PRAGMA_STRUCT_PACKPUSH
194 #elif PRAGMA_STRUCT_PACK
198 #ifdef PRAGMA_IMPORT_OFF
Basic Macintosh data types.
unsigned char * StringPtr
Definition: MacTypes.h:477
StringPtr PLstrcpy(StringPtr str1, ConstStr255Param str2)
short PLstrncmp(ConstStr255Param str1, ConstStr255Param str2, short num)
Ptr PLstrrchr(ConstStr255Param str1, short ch1)
StringPtr PLstrncpy(StringPtr str1, ConstStr255Param str2, short num)
Ptr PLstrstr(ConstStr255Param str1, ConstStr255Param str2)
StringPtr PLstrncat(StringPtr str1, ConstStr255Param str2, short num)
Ptr PLstrpbrk(ConstStr255Param str1, ConstStr255Param str2)
Ptr PLstrchr(ConstStr255Param str1, short ch1)
short PLstrcmp(ConstStr255Param str1, ConstStr255Param str2)
StringPtr PLstrcat(StringPtr str1, ConstStr255Param str2)
short PLstrlen(ConstStr255Param str)
short PLstrspn(ConstStr255Param str1, ConstStr255Param str2)
short PLpos(ConstStr255Param str1, ConstStr255Param str2)