This function converts an int value to a null terminated char array.
Compatibility:This function is compatible with the following targets:
|
ANSI
|
BeOS
|
EMB/RTOS
|
|
#include <extras.h>
char * _itoa(int val, char *str, int radix);Parameters:
Parameters for this function are:
The radix is the base of the number in a range of 2 to 36.
Return:A pointer to the converted string is returned.
See Also: