Searched defs:to_char (Results 1 – 4 of 4) sorted by relevance
9 to_char(void *ptr) in to_char() function
74 #define to_char(n) (char)((n) + '0') in __weak_alias() macro
253 #define to_char(n) (CHAR_T)((n) + '0') macro
1187 #define to_char(n) ((n) + '0') macro