Files
phs_v1.0.1.0/third_party/cJSON/tests/unity_setup.c

4 lines
121 B
C
Raw Normal View History

2024-09-27 19:21:56 +08:00
// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }