1
0
mirror of https://github.com/DaveGamble/cJSON.git synced 2023-08-10 21:13:26 +03:00
cJSON/tests/unity_setup.c
2018-09-17 09:10:20 -05:00

4 lines
121 B
C

// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }