Die() { char s[80]; printz("Abort? "); scanz("%s",s); if (strcmp(s,"yes") == 0) ExitChess(); }
void TerminateChess (int sig) { ExitChess (); }