mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-24 00:45:58 +01: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
|