Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Mac | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of CUtils
Back to the top of CUtils
ErrCode enQP( short inLen, Handle inH, short *outLen, Handle *outH );
Convert a Handle containing a C string into quoted-printable format Returns the converted string in a newly created handle.
static ErrCode enQP( short inLen, Handle inH, short *outLen, Handle *outH );
Back to the top of CUtils
void pStrToCString( char *to, ConstStr255Param from );
Pascal string --> C string.
static void pStrToCString( char *to, ConstStr255Param from );
Back to the top of CUtils
void pStrToLowerCString( char *to, ConstStr255Param from );
Pascal string --> lowercase C string.
static void pStrToLowerCString( char *to, ConstStr255Param from );
Back to the top of CUtils
Convert char to lower case.
static char toLower( char c );
Back to the top of CUtils
void pStrcpy( StringPtr d, ConstStr255Param s );
Copy a Pascal string.
static void pStrcpy( StringPtr d, ConstStr255Param s );
Back to the top of CUtils
void pStrncpy( StringPtr d, ConstStr255Param s, long max );
Copy maximum number of Pascal string.
static void pStrncpy( StringPtr d, ConstStr255Param s, long max );
Back to the top of CUtils
void zeroset( void *to, size_t sz );
Set a buffer to zero
static void zeroset( void *to, size_t sz );
Back to the top of CUtils
Back to the top of CUtils
Back to the top of CUtils
Back to the top of CUtils
Report problems to jkotula@stratasys.com