Searched defs:CHAR2INT (Results 1 – 2 of 2) sorted by relevance
777 #define CHAR2INT(c) (((c) <= '9') ? ((c) - '0') : (toupper(c) - 'A' + 10)) macro
45 #define CHAR2INT(sp,n,nlen,w,wlen) \ macro