According to Pierre Phaneuf:
Here's the answer I got from one of my C wizard friend... :-)
[...]
From: stephane.lajoie@belairdirect.com
itoa is in stdlib.h/libc.a for DJGPP. I thought it was ANSI C...? Anyway, I would suggest sprintf like this:
sprintf(buf, "%i", i);
Why use C when GPC (Extended Pascal) has the same?
WriteStr ( Buf, i : FieldWidth );
Greetings,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970510] - http://home.pages.de/~gnu-pascal/ [970125]
On Thu, 29 May 1997, Peter Gerwinski wrote:
From: stephane.lajoie@belairdirect.com
itoa is in stdlib.h/libc.a for DJGPP. I thought it was ANSI C...? Anyway, I would suggest sprintf like this:
sprintf(buf, "%i", i);
Why use C when GPC (Extended Pascal) has the same?
WriteStr ( Buf, i : FieldWidth );
Oh, I didn't knew about this function...
Pierre Phaneuf
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense." - Edsger W. Dijkstra.