skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

alarm-internal.h (159B)


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