Date: Mon, 29 Apr 1996 21:38:54 +0800 (GMT+0800)
From: Orlando Andico <orly AT abigail DOT eee DOT upd DOT edu DOT ph>
To: Rikard Thunberg <thunberg AT algonet DOT se>
cc: djgpp AT delorie DOT com
Subject: Re: atoi <> itoa (?)
In-Reply-To: <3183E793.1ED4@algonet.se>
Message-ID: <Pine.LNX.3.91.960429213830.974A-100000@abigail.eee.upd.edu.ph>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Sun, 28 Apr 1996, Rikard Thunberg wrote:

> I need the reverse function of atoi(), say itoa() for UNIX and MSDOS (djgpp). Unfortunately, I can't find such 
> function (ANSI C).
> Please help.
> 

why don't you try sprintf (string, "%d", your_int); ?