Date: Wed, 28 Apr 1999 10:42:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Randell cc: djgpp AT delorie DOT com Subject: Re: Integer -> String In-Reply-To: <37267AA1.EA49DE45@student.cowan.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 28 Apr 1999, Mark Randell wrote: > Hi. I was wondering what statement is used to convert and integer to a > string, much like atoi converts a string to an integer. Thanks. Amazingly enough, the reverse function is called itoa. Look it up in the library docs.