HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
__file Struct Reference

FILE type structure. More...

#include <posix.h>

Data Fields

char * buf
 
unsigned char unget
 
uint8_t flags
 
int size
 
int len
 
int(* put )(char, struct __file *)
 
int(* get )(struct __file *)
 
void * udata
 

Detailed Description

FILE type structure.

Definition at line 158 of file posix.h.

Field Documentation

◆ buf

char* __file::buf

Definition at line 160 of file posix.h.

Referenced by fgetc(), fputc(), and free_file_descriptor().

◆ flags

uint8_t __file::flags

◆ get

int(* __file::get) (struct __file *)

Definition at line 181 of file posix.h.

Referenced by fdevopen(), fgetc(), and open().

◆ len

int __file::len

Definition at line 179 of file posix.h.

Referenced by fgetc(), fputc(), and ungetc().

◆ put

int(* __file::put) (char, struct __file *)

Definition at line 180 of file posix.h.

Referenced by fdevopen(), fputc(), and open().

◆ size

int __file::size

Definition at line 178 of file posix.h.

Referenced by fputc().

◆ udata

void* __file::udata

Definition at line 183 of file posix.h.

◆ unget

unsigned char __file::unget

Definition at line 161 of file posix.h.

Referenced by fgetc(), and ungetc().


The documentation for this struct was generated from the following file: