Searched defs:T_CString_itosOffset (Results 1 – 7 of 7) sorted by relevance
81 #define T_CString_itosOffset(a) ((a)<=9?('0'+(a)):('A'+(a)-10)) macro