#ifndef TIMEFUNCS_H #define TIMEFUNCS_H int chk_time(int mode); void send_daytime(void); void zleep(int ticks); #endif .