home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
ek
/
src
/
platform.h
< prev
next >
Wrap
C/C++ Source or Header
|
2011-03-30
|
270b
|
13 lines
/* Unix platform.h for EK */
#include <stdio.h>
#include <sys/stat.h>
#ifndef IBUFLEN
#define IBUFLEN 4096 /* File input buffer size */
#endif /* IBUFLEN */
#ifndef OBUFLEN
#define OBUFLEN 8192 /* File output buffer size */
#endif /* OBUFLEN */