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