X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fman%2Fcurs_scanw.3x.html;fp=Ada95%2Fhtml%2Fcurs_scanw.3x.html;h=521d3c29c9e283c6f18446cf13efa21f32f001d3;hp=5dfe2078f6e408385adce39732caa709125df229;hb=0eb88fc5281804773e2a0c7a488a4452463535ce;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/html/curs_scanw.3x.html b/Ada95/html/man/curs_scanw.3x.html similarity index 92% rename from Ada95/html/curs_scanw.3x.html rename to Ada95/html/man/curs_scanw.3x.html index 5dfe2078..521d3c29 100644 --- a/Ada95/html/curs_scanw.3x.html +++ b/Ada95/html/man/curs_scanw.3x.html @@ -1,5 +1,5 @@ - +
        scanw,  wscanw,  mvscanw, mvwscanw, vwscanw - convert for-
        matted input from a curses widow
@@ -7,7 +7,7 @@
 
 

SYNOPSIS

-       #include <curses.h>
+       #include 
 
        int scanw(char *fmt [, arg] ...);
        int wscanw(WINDOW *win, char *fmt [, arg] ...);
@@ -28,7 +28,7 @@
        The vwscanw routine is similar to vwprintw in that it per-
        forms  a wscanw using a variable argument list.  The third
        argument is a va_list, a pointer to a list  of  arguments,
-       as defined in <varargs.h>.
+       as defined in .
 
 
 
@@ -46,7 +46,7 @@ The XSI Curses standard, Issue 4 describes these func- tions. The function vwscanw is marked TO BE WITHDRAWN, and is to be replaced by a function vw_scanw using the - <stdarg.h> interface. + interface.