outchar
static int outchar(int);
#define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)