Searched refs:char_to_int (Results 1 – 1 of 1) sorted by relevance
112 #define char_to_int(p) (p - '0') macro173 min = 10*min + char_to_int (ch); in dopr()193 max = 10*max + char_to_int(ch); in dopr()