cal.c | 352 char lineout[256]; local in function:monthrange 396 (void)snprintf(lineout, sizeof(lineout), "%d", year); 397 center(lineout, week_len * month_per_row + 418 snprintf(lineout, sizeof(lineout), "%s %d", 420 center(lineout, week_len, sep); 450 memset(lineout, ' ', sizeof(lineout)); 461 p = lineout + i * (week_len + 2) + w_off [all...] |