mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
9 lines
88 B
C
9 lines
88 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#define EXTERN_DECL
|
|
|
|
extern int CounterSuiteSetup;
|
|
|
|
#endif
|