Annotation of libwww/Library/src/HTPlain.html, revision 2.13
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: /*
2.13 ! frystyk 11: ** (c) COPYRIGHT MIT 1995.
2.9 frystyk 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
2.12 frystyk 18: HREF="http://www.w3.org/hypertext/WWW/Library/User/Guide/Guide.html">
2.9 frystyk 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.7 timbl 25: #include "HTFormat.h"
2.1 timbl 26:
2.8 frystyk 27: #ifndef pyramid
2.7 timbl 28: extern HTConverter HTPlainPresent;
2.8 frystyk 29: #endif
2.1 timbl 30:
2.7 timbl 31: #endif
2.8 frystyk 32: </PRE>
2.1 timbl 33:
2.8 frystyk 34: End of definition module.
2.6 timbl 35:
2.8 frystyk 36: </BODY>
2.6 timbl 37: </HTML>
Webmaster