Home
last modified time | relevance | path

Searched defs:UNITY_OUTPUT_CHAR (Results 1 – 2 of 2) sorted by relevance

/third_party/cJSON/tests/unity/src/
Dunity_internals.h244 #define UNITY_OUTPUT_CHAR(a) LiteTestPrint("%c", a) macro
/third_party/unity/src/
Dunity_internals.h264 #define UNITY_OUTPUT_CHAR(a) (void)putchar(a) macro