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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.9       frystyk     3: <TITLE>Presentation of Plain Text</TITLE>
                      4: </HEAD>
2.6       timbl       5: <BODY>
2.9       frystyk     6: 
2.8       frystyk     7: <H1>Plain text object</H1>
                      8: 
2.9       frystyk     9: <PRE>
                     10: /*
                     11: **     (c) COPYRIGHT CERN 1994.
                     12: **     Please first read the full copyright statement in the file COPYRIGH.
                     13: */
                     14: </PRE>
                     15: 
                     16: This module is implemented by <A HREF="HTPlain.c">HTPlain.c</A>, and
                     17: it is a part of the <A
                     18: HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
                     19: Library of Common Code</A>.
2.8       frystyk    20: 
                     21: <PRE>
                     22: #ifndef HTPLAIN_H
2.1       timbl      23: #define HTPLAIN_H
                     24: 
2.10    ! roeber     25: #include "sysdep.h"
2.7       timbl      26: #include "HTFormat.h"
2.1       timbl      27: 
2.8       frystyk    28: #ifndef pyramid
2.7       timbl      29: extern HTConverter HTPlainPresent;
2.8       frystyk    30: #endif
2.1       timbl      31: 
2.7       timbl      32: #endif
2.8       frystyk    33: </PRE>
2.1       timbl      34: 
2.8       frystyk    35: End of definition module.
2.6       timbl      36: 
2.8       frystyk    37: </BODY>
2.6       timbl      38: </HTML>

Webmaster