10 lines
135 B
C
10 lines
135 B
C
#ifndef UT_COIL_H_
|
|
#define UT_COIL_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_coil_target_test(void);
|
|
|
|
#endif /* UT_COIL_H_ */
|