mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-06 18:05:54 +08:00
10 lines
121 B
C
10 lines
121 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#define EXTERN_DECL
|
|
|
|
extern int CounterSuiteSetup;
|
|
extern int isArgumentOne(int i);
|
|
|
|
#endif
|