This is the mail archive of the gcc-help@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]
Other format: [Raw text]

ltoa, itoa, ultoa in gcc


Hello,

I am porting code from Microsoft C v5.1 that is not exactly ANSI standard.
I thought that ltoa, itoa, and ultoa were standard but I see now that they
are NOT ANSI standard.

Do have to write these functions myself or is there something supported by
GCC that will suffice??

Thanks in Advance

Aaron Case


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