ngets
ngets(buf, sizeof (buf));
extern void ngets(char *, int);
#define gets(x) ngets((x), 0)
uint_t ngets;
REPL_STAT_INCR(ngets);