getout
getout(0);
signal(SIGINT, getout); /* trap interrupts */
getout(0);
__dead void getout(int); /* function to exit backgammon cleanly */
getout(0);
getout(0);
getout(0);
getout(0);
signal(SIGINT, getout);