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

<HTML>
<HEAD>
<TITLE>CRLF Stripper Stream</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 14-Aug-1995 -->
<NEXTID N="z18">
</HEAD>
<BODY>

<H1>Network Telnet To Internal Character Text</H1>

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

This is a filter stream suitable for taking text from a socket and
passing it into a stream which expects text in the local C
representation.  It does newline conversion.  As usual, pass its
output stream to it when creating it. <P>

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

<PRE>
#ifndef HTNETTXT_H
#define HTNETTXT_H

extern HTStream * HTNetToText PARAMS ((HTStream * sink));

#endif
</PRE>
End of definition module
</BODY>
</HTML>

Webmaster