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

Re: where the hell is itoa()?



It's no longer standard, but if you really want it - roll your own. See K&R (2nd 
Ed.) p64, 14 lines of code.

Shaul Karl wrote:

>>hi all!
>>maybe someone can tel me where the hel is itoa()?
>>I'm wrighting  under KDEvelop and despite the fact that i've #included 
>>stdlib.h, i get "itoa undeclared" error.
>>any ideas?
>> thanks
>>
>>
> 
> 
> itoa? Is that Integer to Ascii? Does it standard C?
> 
> [22:37:40 tmp]$ man -k atoi
> apt.conf (5)         - Configuratoin file for APT
> atoi (3)             - convert a string to an integer.
> [22:37:46 tmp]$ man -k itoa
> itoa: nothing appropriate.
> [22:37:54 tmp]$ 
> 



=================================================================
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