hasleapday
if(hasleapday((t->tm_year + 1900))) accum += 1;
printf ("1/1/%d%c -> ", 1900 + yr, hasleapday((1900+yr)) ? '*' : ' ');