/* Unix platform.h for EK */

#include <stdio.h>
#include <sys/stat.h>

#ifndef IBUFLEN
#define IBUFLEN  2048			/* File input buffer size */
#endif /* IBUFLEN */

#ifndef OBUFLEN
#define OBUFLEN  2048                   /* File output buffer size */
#endif /* OBUFLEN */

/*
  Definitions for PicoDOS using Metrowerks C
  */
#define HAVE_UCHAR
#define HAVE_ULONG
#define HAVE_USHORT

