1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* ISC license. */ #ifndef ALARM_INTERNAL_H #define ALARM_INTERNAL_H #ifdef SKALIBS_HASTIMER #include <time.h> extern timer_t timer_here ; #endif #endif