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