Function ltoa

Top 

Declaration:

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

Description

Converts a long integer number (value) into the character string (string).

The radix parameter is the radix used for conversion (2...36).