#define  stdin  0
#define  stdout 1
struct _iobuf {
	        char *_ptr;
	        int _cnt;
	        char *_base;
	        int _flag;
	        int _file;
              } ;
struct _iobuf _iob[15];
#define EOF (-1)
#define FILE  struct  _iobuf
