mirror of
https://github.com/DaveGamble/cJSON.git
synced 2025-01-14 11:40:17 +08:00
3 lines
120 B
C
3 lines
120 B
C
|
// msvc doesn't support weak-linking, so we need to define these functions.
|
||
|
void setUp(void) { }
|
||
|
void tearDown(void) { }
|