A function identified as deprecated has been superseded and may become unsupported in the future.
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
short PLpos ( ConstStr255Param str1, ConstStr255Param searchStr );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
StringPtr PLstrcat ( StringPtr str, ConstStr255Param append );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
Ptr PLstrchr ( ConstStr255Param str1, short ch1 );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
short PLstrcmp ( ConstStr255Param str1, ConstStr255Param str2 );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
StringPtr PLstrcpy ( StringPtr dest, ConstStr255Param source );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
short PLstrlen ( ConstStr255Param str );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
StringPtr PLstrncat ( StringPtr str1, ConstStr255Param append, short num );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
short PLstrncmp ( ConstStr255Param str1, ConstStr255Param str2, short num );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
StringPtr PLstrncpy ( StringPtr dest, ConstStr255Param source, short num );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
Ptr PLstrpbrk ( ConstStr255Param str1, ConstStr255Param charSet );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
Ptr PLstrrchr ( ConstStr255Param str1, short ch1 );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
short PLstrspn ( ConstStr255Param str1, ConstStr255Param charSet );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
(Deprecated in Mac OS X v10.4. Use Core Foundation strings (CFStrings) instead. See CFString Reference.)
Ptr PLstrstr ( ConstStr255Param str1, ConstStr255Param searchStr );
If you need to convert Pascal strings, you can use functions like CFStringCreateWithPascalString
to do so.
PLStringFuncs.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-07-12)