xref: /third_party/cJSON/tests/unity_setup.c (revision 9750e409)
1// msvc doesn't support weak-linking, so we need to define these functions.
2void setUp(void) { }
3void tearDown(void) { }
4