26 #define ISLEAP(y) (((y) % 4 == 0) && (((y) % 100) != 0 || ((y) % 400) == 0))
27 #define LEAPS_COUNT(y) ((y)/4 - (y)/100 + (y)/400)
static struct tm * gmtime_r(const time_t *clock, struct tm *result)
struct tm * ff_brktimegm(time_t secs, struct tm *tm)