|
| short | PLstrcmp (ConstStr255Param str1, ConstStr255Param str2) |
| |
| short | PLstrncmp (ConstStr255Param str1, ConstStr255Param str2, short num) |
| |
| StringPtr | PLstrcpy (StringPtr str1, ConstStr255Param str2) |
| |
| StringPtr | PLstrncpy (StringPtr str1, ConstStr255Param str2, short num) |
| |
| StringPtr | PLstrcat (StringPtr str1, ConstStr255Param str2) |
| |
| StringPtr | PLstrncat (StringPtr str1, ConstStr255Param str2, short num) |
| |
| Ptr | PLstrchr (ConstStr255Param str1, short ch1) |
| |
| Ptr | PLstrrchr (ConstStr255Param str1, short ch1) |
| |
| Ptr | PLstrpbrk (ConstStr255Param str1, ConstStr255Param str2) |
| |
| short | PLstrspn (ConstStr255Param str1, ConstStr255Param str2) |
| |
| Ptr | PLstrstr (ConstStr255Param str1, ConstStr255Param str2) |
| |
| short | PLstrlen (ConstStr255Param str) |
| |
| short | PLpos (ConstStr255Param str1, ConstStr255Param str2) |
| |
Pascal string manipulation routines that parallel ANSI C string.h.
- Introduced In: Mac OS
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1999-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/