gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:isleap_sum (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/time/strftime.c - 33.3KB - 791 lines
52: #define INT_STRLEN_MAXIMUM(t) (sizeof(t) * 3 + 1)
53: #define isleap_sum(year,base) (((((year) + (base)) % 4) == 0 && (((year) + (base)) % 100) != 0) || (((year) + (base)) % 400) == 0)
54: