should be called with either EXIT_SUCCESS or EXIT_FAILURE */
| 794 | |
| 795 | /* should be called with either EXIT_SUCCESS or EXIT_FAILURE */ |
| 796 | void |
| 797 | nh_terminate(int status) |
| 798 | { |
| 799 | nethack_exit(status); |
| 800 | } |
| 801 | |
| 802 | #ifndef UNIX |
| 803 | void |
no test coverage detected