Searched refs:digits (Results 1 – 1 of 1) sorted by relevance
25 static int _cvt(unsigned long long val, char *buf, long radix, const char *digits) in _cvt() argument40 *cp++ = digits[val % radix]; in _cvt()