Files
2025-10-14 09:52:32 +09:00

7 lines
98 B
C

#ifndef _COVERAGE_H_
#define _COVERAGE_H_
void RunCoverageDemo(void);
#endif /* _COVERAGE_H_ */