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.