mcal_days_in_month

mcal_days_in_month -- Returns the number of days in the given month

Description

int mcal_days_in_month(int month, int leap year);

mcal_days_in_month() Returns the number of days in the given month, taking into account if the given year is a leap year or not.