Annotation of researchv10no/ncurses/screen/mvwscanw.c, revision 1.1.1.1

1.1       root        1: # include      "curses.ext"
                      2: /*     @(#) mvwscanw.c: 1.1 10/15/83   (1.3    6/25/82)        */
                      3: 
                      4: /* VARARGS */
                      5: mvwscanw(win, y, x, fmt, args)
                      6: reg WINDOW     *win;
                      7: reg int                y, x;
                      8: char           *fmt;
                      9: int            args; {
                     10: 
                     11:        return wmove(win, y, x) == OK ? _sscans(win, fmt, &args) : ERR;
                     12: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.