trapped
int trapped(int, int);
n += trapped(home, -cturn);
n -= trapped(bar, cturn);
old_handler = signal(SIGINT, trapped);
static void trapped(int);