Searched refs:ISLEAP (Results 1 – 1 of 1) sorted by relevance
46 #define ISLEAP(year) ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0) macro92 days = ISLEAP(yy) ? 29 : 28; in month_days()