Searched refs:digit_to_int (Results 1 – 1 of 1) sorted by relevance
3349 digit_to_int (unsigned char c) in digit_to_int() function3405 result = result * base + digit_to_int (num[i]); in strtoulst()