File:  [Public] / libwww / Library / src / HTPlain.html
Revision 2.19: download - view: text, annotated - select for diffs
Sun Feb 16 18:42:49 1997 UTC (27 years, 3 months ago) by frystyk
Branches: MAIN
CVS tags: Release-5-1l, Release-5-1k, Release-5-1j, Release-5-1g, Release-5-1e, Release-5-1d, Release-5-1b, Release-5-1a, Release-5-1, HEAD
Changed name of sample coed library

<HTML>
<HEAD>
<TITLE>W3C Sample Code Library libwww PLAIN TEXT STREAM</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
</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
Sample Code Library</A>.

<PRE>
#ifndef HTPLAIN_H
#define HTPLAIN_H

#include "HTFormat.h"

extern HTConverter HTPlainPresent;

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTPlain.html,v 2.19 1997/02/16 18:42:49 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster