| 411 | } |
| 412 | |
| 413 | void |
| 414 | pline_The(const char *line, ...) |
| 415 | { |
| 416 | va_list the_args; |
| 417 | char *tmp; |
| 418 | |
| 419 | va_start(the_args, line); |
| 420 | vpline(YouMessage(tmp, "The ", line), the_args); |
| 421 | va_end(the_args); |
| 422 | } |
| 423 | |
| 424 | void |
| 425 | There(const char *line, ...) |