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

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

unix.superglobalmegacorp.com

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