1 2 3 4 5 6 7 8 9
#ifndef GUARD_CLOCK_H #define GUARD_CLOCK_H // TODO: time of day and seconds in a day defines void InitTimeBasedEvents(void); void DoTimeBasedEvents(void); #endif