catchint
void catchint(int sig);
(void) signal(SIGINT, catchint);
savesig = signal(SIGINT, catchint);