File: unity_setup.c

package info (click to toggle)
cjson 1.7.18-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,116 kB
  • sloc: ansic: 16,751; ruby: 3,083; makefile: 338; python: 220; sh: 26
file content (3 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (6)
1
2
3
// msvc doesn't support weak-linking, so we need to define these functions.
void setUp(void) { }
void tearDown(void) { }