N_LINES
char line_buf[N_LINES][N_CHARS];
int sizes[N_LINES];
char big_buf[(N_LINES + 1) * N_CHARS];
for (i = 0; i < N_LINES; i++) {