1 2 3 4 5 6 7 8 9 10
#ifndef _CHECK_H #define _CHECK_H #include "monitor.h" void check_perform(target_t *targets, size_t targets_n); int check_init(); #endif /* _CHECK_H */