mess822x 1.23
mess822x
Loading...
Searching...
No Matches
leapsecs_init.c
Go to the documentation of this file.
1#include "leapsecs.h"
2
3static int flaginit = 0;
4
6{
7 if (flaginit) return 0;
8 if (leapsecs_read() == -1) return -1;
9 flaginit = 1;
10 return 0;
11}
int leapsecs_init()
Definition: leapsecs_init.c:5
int leapsecs_read(void)
Definition: leapsecs_read.c:14