Home | History | Annotate | Download | only in src

Lines Matching refs:todigit

31 #define todigit(x) ((x)+'0')
528 *--suffix = (char) todigit(nn % 10);
529 *--suffix = (char) todigit(nn);