|
|
1.1 root 1: /* @(#) wscanw.c: 1.1 10/15/83 (1.3 3/1/83) */
2: /*
3: * 1/26/81 (Berkeley) @(#)scanw.c 1.1
4: */
5:
6: # include "curses.ext"
7: # include <varargs.h>
8:
9: /*
10: * This routine implements a scanf on the given window.
11: */
12: /* VARARGS */
13: wscanw(win, fmt, va_alist)
14: WINDOW *win;
15: char *fmt;
16: va_dcl
17: {
18: va_list ap;
19:
20: va_start(ap);
21: return __sscans(win, fmt, ap);
22: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.