mthdays 137 bsp/drv/dev/rtc/rtc.c #define days_in_month(a) (mthdays[(a) - 1]) mthdays 142 bsp/drv/dev/rtc/rtc.c u_int mthdays[12]; mthdays 146 bsp/drv/dev/rtc/rtc.c memcpy(mthdays, month_days, sizeof(mthdays));