Go to the source code of this file.
Defines | |
#define | XTOA_PREFIX 0x0100 |
#define | XTOA_UPPER 0x0200 |
Functions | |
char * | __ultoa_invert (unsigned long val, char *s, int base) |
#define XTOA_PREFIX 0x0100 |
Definition at line 45 of file xtoa_fast.h.
#define XTOA_UPPER 0x0200 |
Definition at line 46 of file xtoa_fast.h.
char* __ultoa_invert | ( | unsigned long | val, | |
char * | s, | |||
int | base | |||
) |