Function itoa

Top 

Declaration:

void itoa(int value, char string[], int radix);

Description

Converts an integer number (value) into the character string (string). The radix parameter is the radix of notation (2...36), in which the conversion is carried out.