| 422 | } |
| 423 | |
| 424 | void |
| 425 | There(const char *line, ...) |
| 426 | { |
| 427 | va_list the_args; |
| 428 | char *tmp; |
| 429 | |
| 430 | va_start(the_args, line); |
| 431 | vpline(YouMessage(tmp, "There ", line), the_args); |
| 432 | va_end(the_args); |
| 433 | } |
| 434 | |
| 435 | void |
| 436 | You_hear(const char *line, ...) |