mthdays 120 kern/clock_subr.c #define days_in_month(a) (mthdays[(a) - 1]) mthdays 125 kern/clock_subr.c int mthdays[12]; mthdays 129 kern/clock_subr.c bcopy(month_days, mthdays, sizeof(mthdays));