mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-03-13 16:21:13 -04: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
|