Home
last modified time | relevance | path

Searched refs:bc_num_hex_digits (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dbc.c770 char bc_num_hex_digits[] = "0123456789ABCDEF"; variable
1935 putchar(bc_num_hex_digits[n]); in bc_num_printHex()