mirror of
https://github.com/openharmony/third_party_unity.git
synced 2026-07-25 07:45:26 -04:00
9 lines
88 B
C
9 lines
88 B
C
#ifndef DEF_H
|
|
#define DEF_H
|
|
|
|
#define EXTERN_DECL
|
|
|
|
extern int CounterSuiteSetup;
|
|
|
|
#endif
|