Files
arcs/arcs-sdk/modules/cjson/tests/unity_setup.c
2026-08-13 16:50:52 +08: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) { }