gigasecond.h (108B)
1 #ifndef GIGASECOND_H 2 #define GIGASECOND_H 3 4 #include <time.h> 5 6 time_t gigasecond_after(time_t date); 7 8 #endif