UInt32 PStrLen (ConstStr255Param src);
UInt32 CStrLen (const char *src);
CStrLen returns the length of the C string src in characters. This does not include the terminating null character. PStrLen returns the length of the Pascal string src in characters.