]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/curs_scanw.3x.html
ncurses 5.0
[ncurses.git] / 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 5dfe2078f6e408385adce39732caa709125df229..521d3c29c9e283c6f18446cf13efa21f32f001d3 100644 (file)
@@ -1,5 +1,5 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>scanw</STRONG>,  <STRONG>wscanw</STRONG>,  <STRONG>mvscanw</STRONG>, <STRONG>mvwscanw</STRONG>, <STRONG>vwscanw</STRONG> - convert for-
        matted input from a <STRONG>curses</STRONG> widow
@@ -7,7 +7,7 @@
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;curses.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><curses.h></STRONG>
 
        <STRONG>int</STRONG> <STRONG>scanw(char</STRONG> <STRONG>*fmt</STRONG> [<STRONG>,</STRONG> <STRONG>arg</STRONG>] <STRONG>...);</STRONG>
        <STRONG>int</STRONG> <STRONG>wscanw(WINDOW</STRONG> <STRONG>*win,</STRONG> <STRONG>char</STRONG> <STRONG>*fmt</STRONG> [<STRONG>,</STRONG> <STRONG>arg</STRONG>] <STRONG>...);</STRONG>
@@ -28,7 +28,7 @@
        The <STRONG>vwscanw</STRONG> routine is similar to <STRONG>vwprintw</STRONG> in that it per-
        forms  a <STRONG>wscanw</STRONG> using a variable argument list.  The third
        argument is a <EM>va</EM>_<EM>list</EM>, a pointer to a list  of  arguments,
-       as defined in <STRONG>&lt;varargs.h&gt;</STRONG>.
+       as defined in <STRONG><varargs.h></STRONG>.
 
 
 </PRE>
@@ -46,7 +46,7 @@
        The XSI Curses standard, Issue  4  describes  these  func-
        tions.   The  function  <STRONG>vwscanw</STRONG> is marked TO BE WITHDRAWN,
        and is to be replaced by a  function  <STRONG>vw_scanw</STRONG>  using  the
-       <STRONG>&lt;stdarg.h&gt;</STRONG> interface.
+       <STRONG><stdarg.h></STRONG> interface.
 
 
 </PRE>