Annotation of researchv10dc/ncurses/screen/wprintw.c, revision 1.1

1.1     ! root        1: /*     @(#) wprintw.c: 1.1 10/15/83    (1.4    3/1/83) */
        !             2: 
        !             3: # include      "curses.ext"
        !             4: # include      <varargs.h>
        !             5: 
        !             6: /*
        !             7:  *     This routine implements a printf on the given window.
        !             8:  */
        !             9: /* VARARGS */
        !            10: wprintw(win, fmt, va_alist)
        !            11: WINDOW *win;
        !            12: char   *fmt;
        !            13: va_dcl
        !            14: {
        !            15:        va_list ap;
        !            16: 
        !            17:        va_start(ap);
        !            18:        return _sprintw(win, fmt, ap);
        !            19: }

unix.superglobalmegacorp.com

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