intcopy
f = signal(SIGINT, intcopy);
signal(SIGPIPE, intcopy);
static void intcopy(int); /* interrupt routine for file transfers */