/* tests.h*/ #ifndef _TESTS_H_ #define _TESTS_H_ #ifdef __cplusplus extern "C" { #endif extern void InitTests(void); extern void do_tests(void); #ifdef __cplusplus } #endif #endif /*_TESTS_H_*/