Search | Google it | Results 1 - 1 of 1 for funcall:leaps_thru_end_of (0.00 seconds) |
660: (DAYSPERNYEAR % DAYSPERWEEK) + 661: leaps_thru_end_of(year - 1) - 662: leaps_thru_end_of(EPOCH_YEAR - 1) + 663: tm->tm_yday; 730: return (y >= 0) ? (y / 4 - y / 100 + y / 400) : 731: -(leaps_thru_end_of(-(y + 1)) + 1); 732: }