wrstr
EXTERN int chat(), rddev(), expect(), wrstr(), wrchr();
if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS)\
(void) wrstr(fn, buf, bptr - buf, echocheck);
static int wrstr(int, char *, int, int);
if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS) \
(void) wrstr(fn, buf, bptr - buf, echocheck);