mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-21 23:20:34 +08:00
9 lines
88 B
C
9 lines
88 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#define EXTERN_DECL
|
|
|
|
extern int CounterSuiteSetup;
|
|
|
|
#endif
|