HelenOS sources

days_in_month     342 uspace/lib/c/generic/time.c 	while (day >= days_in_month(year, mon)) {
days_in_month     343 uspace/lib/c/generic/time.c 		day -= days_in_month(year, mon);
HelenOS homepage, sources at GitHub