gigasecond.c (106B)
1 #include "gigasecond.h" 2 #include <stdio.h> 3 4 time_t gigasecond_after(time_t date) { 5 return date + 1e9; 6 }