skalibs

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

djbtime-internal.h (328B)


      1 /* ISC license. */
      2 
      3 #ifndef DJBTIME_INTERNAL_H
      4 #define DJBTIME_INTERNAL_H
      5 
      6 #include <skalibs/uint64.h>
      7 
      8 extern unsigned int const leapsecs_table_len ;
      9 extern uint64_t const *const leapsecs_table ;
     10 
     11 extern void leapsecs_add (uint64_t *, int) ;
     12 extern int leapsecs_sub (uint64_t *) ;
     13 extern int skalibs_tzisright (void) ;
     14 
     15 #endif