intcopy
f = signal(SIGINT, intcopy);
(void)signal(SIGPIPE, intcopy);
__dead static void intcopy(int);