normline
int normline(void);
(void) normline();
int (*Pline)() = normline;
Pline = t ? (int (*)())numbline : normline;
OP = Pline; Pline = normline;