[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: where the hell is itoa()?
- To: b g <bgbg(at-nospam)md.huji.ac.il>
- Subject: Re: where the hell is itoa()?
- From: Shaul Karl <shaulka(at-nospam)bezeqint.net>
- Date: Sat, 14 Jul 2001 22:39:59 +0300
- cc: Linux-IL Mailing List <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: Message from b g <bgbg@md.huji.ac.il> of "Sat, 14 Jul 2001 19:53:55 +0300." <01071419541700.00702@amiram2.md.huji.ac.il>
- References: <01071419541700.00702@amiram2.md.huji.ac.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
> 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]$
--
Shaul Karl <shaulka@bezeqint.net>
Hillel used to say: If I am not for myself who will be for me?
Yet, if I am for myself only, what am I? And if not now, when?
(Ethics Of The Fathers 1:14)
=================================================================
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