static char *form = NULL;
static char *format = NULL;
-/*
-** external prototypes
-*/
-char *getusername(void);
-
/*
** static prototypes
*/
rewind(stdin);
/* get new format string */
- nfs = new_fs(form, format, SCANFMT);
+ nfs = new_fs(form, format, NULL, SCANFMT);
scan(stdin, 0, 0, nfs, width, 0, 0, NULL, 0L, 0);
if (newline)
write(fd, "\n\r", 2);