HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
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 |
char* __file::buf |
Definition at line 160 of file posix.h.
Referenced by fgetc(), fputc(), and free_file_descriptor().
uint8_t __file::flags |
Definition at line 162 of file posix.h.
Referenced by clrerror(), fatfs_getc(), fatfs_putc(), fdevopen(), feof(), ferror(), fgetc(), fputc(), free_file_descriptor(), lseek(), open(), read(), syncfs(), and ungetc().
int(* __file::get) (struct __file *) |
Definition at line 181 of file posix.h.
Referenced by fdevopen(), fgetc(), and open().
int __file::len |
int(* __file::put) (char, struct __file *) |
Definition at line 180 of file posix.h.
Referenced by fdevopen(), fputc(), and open().
unsigned char __file::unget |