GOC a ANSI C superset??
starnet!apple!cadence.com!lrau
Message-id: <9311151858.AA08285@deca5.Cadence.COM>
To: <zoomer-list-1993@grot.starconn.com>
Subject: GOC a ANSI C superset??
Date: Mon, 15 Nov 93 10:58:17 -0800
From: starnet!apple!cadence.com!lrau
X-Mts: smtp
Status: OR
Ran in to an interesting problem this weekend. I was write a little app
and needed a function to convert a number to its ascii format so naturally
the first thing I thought of was ltoa(), however the ANSI (??) C header files
provided by GeoWorks does not contain a prototype for ltoa() and thus I could
not link.
I understand that (for various reasons) GeoWorks must provide the C support,
however, How do I find a list of C functions not provided? Trial and error
is not a good method. Is this in one of the manuals??
........for those interested there is a GEOS routine (some name like
<some previx>Lex32ToAscii ???) that is functionally similar to ltoa()...
.........larry