Searched refs:lc (Results 1 – 1 of 1) sorted by relevance
14 char lc = tolower(c); in hex() local16 if (isdigit(lc)) in hex()17 return lc - '0'; in hex()18 if (isxdigit(lc)) in hex()19 return lc - 'a' + 10; in hex()
Completed in 2 milliseconds