|
From: Lars E. <la...@IS...> - 2001-02-06 17:04:02
|
> This is how the CL Client does it: > > #if TARGET_API_MAC_OS8 > P2CStr( (uchar *) text ); > #else > CopyPascalStringToC( (uchar *) text, text ); > #endif Is TARGET_API_MAC_OS8 a CW define? I.e. should I use this in Scribia, too? -- Lars Eggert <la...@is...> Information Sciences Institute http://www.isi.edu/larse/ University of Southern California |