1 2 3 4 5 6 7 8
#ifndef USR_TIMED_H #define USR_TIMED_H void loop(void); void loopt(void); void consumer(void); #endif