Searched refs:small_digits (Results 1 – 1 of 1) sorted by relevance
82 static const char small_digits[] = "0123456789abcdef"; in print_number() local89 digits = (type & LARGE) ? large_digits : small_digits; in print_number()
Completed in 2 milliseconds