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]