#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();}} |
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001