gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:leaps_thru_end_of (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strptime.c - 28.1KB - 732 lines
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: }