Searched defs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance
244 #define UNITY_OUTPUT_CHAR(a) LiteTestPrint("%c", a) macro
264 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro