Declaration:
void ultoa(unsigned long value, char string[], int radix);
Description Converts an unsigned long integer (value) into the character string (string). The radix parameter is the radix used for conversion (2...36).