|
PatchworkOS
|
#include "digits.h"Go to the source code of this file.
Variables | |
| const char | _digits [] = "0123456789abcdefghijklmnopqrstuvwxyz" |
| const char | _xdigits [] = "0123456789ABCDEF" |
| const char _digits[] = "0123456789abcdefghijklmnopqrstuvwxyz" |
Definition at line 3 of file digits.c.
Referenced by _print_hexa(), _print_integer(), _scan(), _strtoll_main(), _strtoll_prelim(), atoll(), and ulltoa().
| const char _xdigits[] = "0123456789ABCDEF" |
Definition at line 5 of file digits.c.
Referenced by _print_hexa(), and _print_integer().