File:  [Public] / libwww / Library / src / HTNetTxt.html
Revision 2.10: download - view: text, annotated - select for diffs
Thu May 14 02:10:51 1998 UTC (26 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-2, Release-5-1m, HEAD
Changing old pub/WWW links

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

<PRE>
#ifndef HTNETTXT_H
#define HTNETTXT_H

extern HTStream * HTNetToText (HTStream * target);

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTNetTxt.html,v 2.10 1998/05/14 02:10:51 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster