mirror of
https://github.com/DaveGamble/cJSON.git
synced 2024-12-26 21:04:24 +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) { } |