Diff for /libwww/Library/src/WWWApp.html between versions 2.10 and 2.11

version 2.10, 1996/04/12 17:49:59 version 2.11, 1996/04/16 16:23:22
Line 1 Line 1
 <HTML>  <HTML>
 <HEAD>  <HEAD>
 <TITLE>W3C Reference Library libwww APPLICATION</TITLE>  <TITLE>W3C Reference Library libwww APPLICATION</TITLE>
 <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->  <!-- Changed by: Henrik Frystyk Nielsen, 16-Apr-1996 -->
 <NEXTID N="z11">  <NEXTID N="z11">
 </HEAD>  </HEAD>
 <BODY>  <BODY>
Line 36  extern "C" { Line 36  extern "C" {
 #endif  #endif
 </PRE>  </PRE>
   
   <H2>System dependencies</H2>
   
   The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
   files and flags for I/O to network and disk. The only reason for this
   file is that the Internet world is more complicated than Posix and
   ANSI.
   
   <PRE>
   #include "sysdep.h"
   </PRE>
   
 <H2>Generating the First Anchor</H2>  <H2>Generating the First Anchor</H2>
   
 This module provides some "make life easier" functions in order to get  This module provides some "make life easier" functions in order to get

Removed from v.2.10  
changed lines
  Added in v.2.11


Webmaster