[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where the hell is itoa()?
- To: Shaul Karl <shaulka(at-nospam)bezeqint.net>
- Subject: Re: where the hell is itoa()?
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Sat, 14 Jul 2001 22:51:58 +0300 (IDT)
- Cc: b g <bgbg(at-nospam)md.huji.ac.il>, Linux-IL Mailing List <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <E15LVGj-0002QK-00@rakefet>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Sat, 14 Jul 2001, Shaul Karl wrote:
> > maybe someone can tel me where the hel is itoa()?
>
> itoa? Is that Integer to Ascii? Does it standard C?
no, it is not (to the best of my knowledge).
you can use snprintf(string, length_of_string, "%d", an_integer);
--
mulix
http://www.advogato.com/person/mulix
linux/reboot.h: #define LINUX_REBOOT_MAGIC1 0xfee1dead
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il