At 11:04am -0700 00-05-20, Palm Developer Forum digest wrote:
>Subject: ctype.h
>From: "Dinesh" <[EMAIL PROTECTED]>
>Date: Fri, 19 May 2000 12:45:07 +0530
>X-Message-Number: 1
>
>hi,
>
> i am porting some piece of code from Unix/C to Palm3.1/C (gcc).
>
> there is no unix_ctype.h file in System/Unix directory.
>
> what would be the substitute for ctype functions isspace(), isalpha(),
>isgraph() ?
>
>
>--
>Dinesh
a. TxtCharIsSpace, TxtCharIsPrint, etc. in TextMgr.h (if running on a
device with Palm OS 3.1 or later)
b. IsSpace, IsPrint, etc. in CharAttr.h (if running on pre-3.1)
c. TxtGlueCharIsSpace, TxtGlueCharIsPrint, etc. in TxtGlue.h (part of
3.5 SDK PalmOSGlue library) for routines that work correctly on any
version of the OS.
-- Ken
Ken Krugler
TransPac Software, Inc.
<http://www.transpac.com>
+1 530-470-9200
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/