7 lines
98 B
C
7 lines
98 B
C
#ifndef _COVERAGE_H_
|
|
#define _COVERAGE_H_
|
|
|
|
void RunCoverageDemo(void);
|
|
|
|
#endif /* _COVERAGE_H_ */
|