• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // msvc doesn't support weak-linking, so we need to define these functions.
setUp(void)2 void setUp(void) { }
tearDown(void)3 void tearDown(void) { }
4