Annotation of researchv10dc/ncurses/screen/printw.c, revision 1.1.1.1

1.1       root        1: /*     @(#) printw.c: 1.1 10/15/83     (1.4    3/1/83) */
                      2: /*
                      3:  * printw and friends
                      4:  *
                      5:  * 1/26/81 (Berkeley) @(#)printw.c     1.1
                      6:  */
                      7: 
                      8: # include      "curses.ext"
                      9: # include      <varargs.h>
                     10: 
                     11: /*
                     12:  *     This routine implements a printf on the standard screen.
                     13:  */
                     14: /* VARARGS */
                     15: printw(fmt, va_alist)
                     16: char   *fmt;
                     17: va_dcl
                     18: {
                     19:        va_list ap;
                     20: 
                     21:        va_start(ap);
                     22:        return _sprintw(stdscr, fmt, ap);
                     23: }

unix.superglobalmegacorp.com

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