cJSON/tests/unity_setup.c

3 lines
120 B
C
Raw Normal View History

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