1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00
Files
Unity/test/testdata/Defs.h
mvandervoord d16c27b085 - added target for checking ANSI compliance
- fixed ANSI (C89) issues, including #418
2019-10-25 10:17:12 -04:00

9 lines
88 B
C

#ifndef DEF_H
#define DEF_H
#define EXTERN_DECL
extern int CounterSuiteSetup;
#endif