File:  [Public] / libwww / Library / src / HTPlain.html
Revision 2.15: download - view: text, annotated - select for diffs
Fri Sep 8 17:41:39 1995 UTC (28 years, 8 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre3, HEAD
new hypertext links in source

<HTML>
<HEAD>
<TITLE>Presentation of Plain Text</TITLE>
</HEAD>
<BODY>

<H1>Plain text object</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module is implemented by <A HREF="HTPlain.c">HTPlain.c</A>, and
it is a part of the <A
HREF="http://www.w3.org/pub/WWW/Library/">
W3C Reference Library</A>.

<PRE>
#ifndef HTPLAIN_H
#define HTPLAIN_H

#include "HTFormat.h"

#ifndef pyramid
extern HTConverter HTPlainPresent;
#endif

#endif
</PRE>

End of definition module.

</BODY>
</HTML>

Webmaster