Synopsis
char *ulltoa(unsigned long long val,
             char *buf,
             int radix);
Description

ulltoa converts val to a string in base radix and places the result in buf.

ulltoa returns buf as the result.

If radix is greater than 36, the result is undefined.

See Also

itoa, ltoa, lltoa, ultoa, utoa