/* ** (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 HTReader.c, and it is a part of the W3C Reference Library.
#ifndef HTREADER_H #define HTREADER_H #include "HTIOStream.h"
#define INPUT_BUFFER_SIZE 8192
extern HTInput_new HTReader_new;
#endif