1 2 3 4 5 6 7
#ifndef UTIL_STATUS_H #define UTIL_STATUS_H void time_status(void); void status(void); #endif