#define _IOUNG 0x08
#define _IOERR 0x10
#define _IOEOF 0x20
#define _IOPGM 0x40
#define BUFSIZ 128
#define FILENAME_MAX 255
struct __iobuf | |
{ | |
int iob_fd; | |
uint16_t iob_mode; | |
uint8_t iob_flags; | |
int iob_unget; | |
} |
struct __memstream | |
{ | |
char** spp; | |
size_t size; | |
} |
Defined in: | nut/crt/open.c |