#ifndef TWN_TIMER_H #define TWN_TIMER_H #include #include bool start_sanity_timer(uint64_t milliseconds_to_expire); bool end_sanity_timer(void); #endif // TWN_TIMER_H