intrfunc
sa.sa_handler = intrfunc;
*osigint = signal(SIGINT, intrfunc);
static void intrfunc(int sig);