cJSON/tests/unity_setup.c

4 lines
121 B
C
Raw Normal View History

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