ginoitalo
03-21-2002, 09:32 PM
I'm looking for the equivelent of :
char * ltoa ( long value, char * buffer, int radix );
in linux (well AIXC)....(my work place's server)
I know it may be the compiler and not the OS,
or how can i find the equivelent ?
Thanks
char * ltoa ( long value, char * buffer, int radix );
in linux (well AIXC)....(my work place's server)
I know it may be the compiler and not the OS,
or how can i find the equivelent ?
Thanks