Searched refs:is_leap (Results 1 – 1 of 1) sorted by relevance
9 static bool is_leap(long year) in is_leap() function20 return 28 + is_leap(year); in last_day_of_month()