Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Input.hpp File Reference

#include <stdio.h>
#include <string.h>
#include "File.hpp"

Go to the source code of this file.

Compounds

class  Input

Defines

#define min(x, y)   ( (x)>(y) ? (y) : (x))
#define FILEBUF_SIZE   65536L
#define FillBufLen(mylen)   if(endptr-curptr<(mylen)) { FillBuf(); if(endptr-curptr<(mylen)) {Error("Unexpected end of file!");Exit();}}


Define Documentation

#define FILEBUF_SIZE   65536L
 

Definition at line 49 of file Input.hpp.

#define FillBufLen mylen       if(endptr-curptr<(mylen)) { FillBuf(); if(endptr-curptr<(mylen)) {Error("Unexpected end of file!");Exit();}}
 

Definition at line 53 of file Input.hpp.

#define min x,
     ( (x)>(y) ? (y) : (x))
 

Definition at line 45 of file Input.hpp.


Generated on Sat Oct 13 16:08:49 2001 for XMILL by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001