key_wait
c = key_wait("Are you sure (y/n)? ");
switch(key_wait("Are you sure (y/n)? ")) {
EXTERN int key_wait PROTO((char *));
(void)key_wait(NULL);