MAXSIGNUM
static int (*sigs[MAXSIGNUM-MINSIG+1])(int);
if (sig >= MINSIG && sig <= MAXSIGNUM) {
if (sig < MINSIG || sig > MAXSIGNUM ||