[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: Daniel Feiglin <dilogsys(at-nospam)inter.net.il>
- Date: Sun, 15 Jul 2001 00:56:48 +0300
- 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
- Organization: Dilog Computers Ltd.
- References: <01071419541700.00702@amiram2.md.huji.ac.il> <E15LVGj-0002QK-00@rakefet>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628
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