|
APM:Libraries
|
Go to the source code of this file.
Macros | |
| #define | XTOA_PREFIX 0x0100 /* put prefix for octal or hex */ |
| #define | XTOA_UPPER 0x0200 /* use upper case letters */ |
Functions | |
| char * | ultoa_invert (uint32_t val, char *s, uint8_t base) |
| char * | ulltoa_invert (uint64_t val, char *s, uint8_t base) |
| #define XTOA_PREFIX 0x0100 /* put prefix for octal or hex */ |
Definition at line 40 of file xtoa_fast.h.
| #define XTOA_UPPER 0x0200 /* use upper case letters */ |
Definition at line 41 of file xtoa_fast.h.
Referenced by print_vprintf().
| char* ulltoa_invert | ( | uint64_t | val, |
| char * | s, | ||
| uint8_t | base | ||
| ) |
Definition at line 79 of file utoa_invert.cpp.
Referenced by print_vprintf().
| char* ultoa_invert | ( | uint32_t | val, |
| char * | s, | ||
| uint8_t | base | ||
| ) |
Definition at line 34 of file utoa_invert.cpp.
Referenced by print_vprintf().
1.8.13