Files
third_party_cJSON/tests/unity_setup.c
T
2020-09-09 09:26:41 +08:00

4 lines
121 B
C
Executable File

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