Annotation of libwww/Library/src/HTPlain.html, revision 2.18

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.17      frystyk     3: <TITLE>W3C Reference Library libwww PLAIN TEXT STREAM</TITLE>
2.18    ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.9       frystyk     5: </HEAD>
2.6       timbl       6: <BODY>
2.9       frystyk     7: 
2.8       frystyk     8: <H1>Plain text object</H1>
                      9: 
2.9       frystyk    10: <PRE>
                     11: /*
2.13      frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.9       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
                     14: */
                     15: </PRE>
                     16: 
                     17: This module is implemented by <A HREF="HTPlain.c">HTPlain.c</A>, and
2.16      frystyk    18: it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
                     19: Reference Library</A>.
2.8       frystyk    20: 
                     21: <PRE>
                     22: #ifndef HTPLAIN_H
2.1       timbl      23: #define HTPLAIN_H
                     24: 
2.7       timbl      25: #include "HTFormat.h"
2.1       timbl      26: 
2.7       timbl      27: extern HTConverter HTPlainPresent;
2.1       timbl      28: 
2.7       timbl      29: #endif
2.8       frystyk    30: </PRE>
2.1       timbl      31: 
2.18    ! frystyk    32: <HR>
        !            33: <ADDRESS>
        !            34: @(#) $Id: Date Author State $
        !            35: </ADDRESS>
2.8       frystyk    36: </BODY>
2.6       timbl      37: </HTML>

Webmaster