The concrete type FILE

typedef struct {
	int	_cnt;
	unsigned char	*_ptr;
	unsigned char	*_base;
	int	_bufsiz;
	short	_flag;
	short	_file;

	char	*__newbase;
	void	*_lock;
	unsigned char	*_bufendp;
} FILE;