[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where the hell is itoa()?



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