Table of Contents Previous topic Next topic
C LIBRARY FUNCTIONS->Detailed Descriptions->ultoa()
Summary
#include <stdlib.h>
| char *ultoa(unsigned long number, char* string, int radix); | Convert unsigned long integer to string |
| number | Integer to be converted |
| string | Pointer to the characterarray to receive the string |
| radix | Base of number |