This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: non standard library


On Fri, Jun 01, 2001 at 09:37:28PM -0400, Mark Mamrot wrote:
> Hi,
> 	I am having trouble finding the equiv. of a non standard function I used in 
> other compilers- itoa which converts integer to string. Is there equiv func 
> with gcc or how else can i implement this func in my C code?
> 

sprintf() is the standard C function for doing this.



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se


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