| # | Line 317 | Line 317 | initialize(void) /* initialize holodeck and buffers | |
|---|---|---|
| 317 | ||
| 318 | ||
| 319 | void | |
| 320 | < | eputs(s) /* put error message to stderr */ |
| 321 | < | char *s; |
| 320 | > | eputs(const char *s) /* put error message to stderr */ |
| 321 | { | |
| 322 | static int midline = 0; | |
| 323 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |