#define MYIO_MAXBUFF 80

typedef struct
{
   int   firstcall,
         ngot,
         bufptr;
   char  buffer[MYIO_MAXBUFF];
}  IOBUFF;