2015-10-15 10:25:28 +02:00

13 lines
270 B
C

/* 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 */