This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: itoa?


On Mon, Jul 7, 2008 at 5:42 PM, Bert Wesarg <bert.wesarg@googlemail.com> wrote:
> Hi,
>
> On Mon, Jul 7, 2008 at 18:01, Paulo J. Matos <pocm@soton.ac.uk> wrote:
>> Hello all,
>>
>> Throughout the years I have been repeatedly duplicating code on my
>> projects with an implementation of the conversion of a base-10 integer
>> into a string. Is there any function in glibc doing this?
> what is wrong with printf and friends?
>

Argh, you're right... I could just do a sscanf of an integer with
output into a string. heh
Forget it! :) Thanks!

> Beret
>>
>> Cheers,
>>
>
>
>



-- 
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]