[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: itoa equilant in gcc ir stdlib.h



----- Original Message ----- 
From: Anmol Khirbat <anmol@xxxxxxxxxxx>
To: <linux-delhi@xxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, February 20, 2001 7:38 AM
Subject: Re: [linux-delhi] itoa equilant in gcc ir stdlib.h


> On Sat, 17 Feb 2001, Amit Soni wrote:
> 
> > hey !
> > wats the equilant for the itoa function in gcc. or for stdlib.h
> > and no i dont wanna write my own(long story).
> > BTW itoa converts interger to string(or char array).
> > 
> 
> How about sprintf() ?
naah ! its not just about printing. is there any other ?
where do i find the list of all libs/funcs of gcc ?