| # | Line 187 | Line 187 | register FILE *fin; | |
|---|---|---|
| 187 | putchar('\n'); | |
| 188 | while ((c = getc(fin)) != EOF && c != '\n') | |
| 189 | putchar(c); | |
| 190 | < | printf(" |"); |
| 191 | < | for (c = 0; c < xac; c++) |
| 190 | > | printf(" | %s -e", xav[0]); |
| 191 | > | for (c = 1; c < xac; c++) |
| 192 | printf(" %s", xav[c]); | |
| 193 | putchar('\n'); | |
| 194 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |