PatchworkOS
Loading...
Searching...
No Matches
digits.c File Reference
#include "digits.h"

Go to the source code of this file.

Variables

const char _digits [] = "0123456789abcdefghijklmnopqrstuvwxyz"
 
const char _xdigits [] = "0123456789ABCDEF"
 

Variable Documentation

◆ _digits

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().

◆ _xdigits

const char _xdigits[] = "0123456789ABCDEF"

Definition at line 5 of file digits.c.

Referenced by _print_hexa(), and _print_integer().