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