This function converts a long int value to a null terminated char array.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
#define _ltoa(x, y, z) _itoa(x, y, z);Remarks:
This function simply redefines _itoa for 32 bit systems.
Return:A pointer to the converted wide character string is returned.
See Also: