11 lines
174 B
C
11 lines
174 B
C
#ifndef UT_FORCE_H_
|
|
#define UT_FORCE_H_
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
int ut_force_cycle_bmode_test(void);
|
|
int ut_force_next_test(void);
|
|
|
|
#endif /* UT_FORCE_H_ */
|