Annotation of libwww/Library/src/WWWHTML.html, revision 2.1

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>Declaration of W3C Reference HTML MODULE</TITLE>
        !             4: <!-- Changed by: Henrik Frystyk Nielsen, 20-Nov-1995 -->
        !             5: <NEXTID N="z11">
        !             6: </HEAD>
        !             7: <BODY>
        !             8: 
        !             9: <H1>Declaration of W3C Reference HTML MODULE</H1>
        !            10: 
        !            11: <PRE>
        !            12: /*
        !            13: **     (c) COPYRIGHT MIT 1995.
        !            14: **     Please first read the full copyright statement in the file COPYRIGH.
        !            15: */
        !            16: </PRE>
        !            17: 
        !            18: This is the include file for the basic HTML module that can be
        !            19: used together with the core of the W3C Reference Library. It contains
        !            20: all HTML specific modules which are required to compile and
        !            21: build the HTML DLL.<P>
        !            22: 
        !            23: <PRE>
        !            24: #ifndef WWWHTML_H
        !            25: #define WWWHTML_H
        !            26: </PRE>
        !            27: 
        !            28: <H2>Library Includes</H2>
        !            29: 
        !            30: <PRE>
        !            31: #ifdef __cplusplus
        !            32: extern "C" { 
        !            33: #endif
        !            34: </PRE>
        !            35: 
        !            36: <PRE>
        !            37: #include "HTMLPDTD.h"
        !            38: #include "SGML.h"
        !            39: #include "HTMLGen.h"
        !            40: #include "HTTeXGen.h"
        !            41: </PRE>
        !            42: 
        !            43: End of HTML module
        !            44: 
        !            45: <PRE>
        !            46: #ifdef __cplusplus
        !            47: } /* end extern C definitions */
        !            48: #endif
        !            49: 
        !            50: #endif
        !            51: </PRE>
        !            52: 
        !            53: End of WWWHTML API definition
        !            54: 
        !            55: </BODY>
        !            56: </HTML>

Webmaster