mirror of
https://github.com/openharmony/third_party_unity.git
synced 2026-07-21 12:15:23 -04:00
5a5c7d5e39
Signed-off-by: 黄国辉 <huangguohui6@huawei.com>
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
|