/* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */This module defines the read and write functions to and from the network. As we are having reentrant function and a smarter network I/O this will get very small :-)
This module is implemented by HTAnsi.c, and it is a part of the W3C Reference Library.
#ifndef HTANSI_H #define HTANSI_H #include "HTIOStream.h"
#define FILE_BUFFER_SIZE 8192
extern HTInput_new HTANSIReader_new;
extern HTOutput_new HTANSIWriter_new;
#endifEnd of declaration module