38 char * itoa_fast (
int val,
char *s,
int base);
39 char * utoa_fast (
unsigned val,
char *s,
int base);
40 char * ltoa_fast (
long val,
char *s,
int base);
41 char * ultoa_fast (
unsigned long val,
char *s,
int base);
43 char * itoa_width (
int val,
char *s,
int base,
size_t width);
44 char * utoa_width (
unsigned val,
char *s,
int base,
size_t width);
45 char * ltoa_width (
long val,
char *s,
int base,
size_t width);
46 char * ultoa_width (
unsigned long val,
char *s,
int base,
size_t width);
49 char * __ultoa_invert (
unsigned long val,
char *s,
int base);
54 #define XTOA_PREFIX 0x0100
55 #define XTOA_UPPER 0x0200
Automatically generated by Doxygen 1.8.7 on Tue Jul 8 2014. Dash Docset conversion by Matt Kane