File: unity_setup.c

package info (click to toggle)
cjson 1.7.14-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,124 kB
  • sloc: ansic: 16,535; ruby: 3,083; makefile: 334; python: 220; sh: 18
file content (3 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }