[En-Nut-Discussion] ASCII to hex

HeltonGA at aol.com HeltonGA at aol.com
Mon Mar 1 23:15:52 CET 2004


You can use functions from the "string.c" lib. Here are some of the 
functions.

double atof(*str);           // returns double precision floating point from 
null terminated ASCII string.
int atoi(*str);                // returns signed integer from null terminated 
ASCII string.
long atol(*str);             // returns signed long from null terminated 
ASCII string.

Fiz 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.egnite.de/pipermail/en-nut-discussion/attachments/20040301/3e43068f/attachment.html>


More information about the En-Nut-Discussion mailing list