cJSON/tests/unity_setup.c

4 lines
121 B
C
Raw Normal View History

2018-09-04 19:25:15 +00:00
// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
2018-09-17 14:10:20 +00:00
void tearDown(void) { }