#include <stdio.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 |
Definition at line 242 of file stdio.h.
char* __file::buf |
unsigned char __file::unget |
uint8_t __file::flags |
int __file::size |
int __file::len |
int(* __file::put)(char, struct __file *) |
int(* __file::get)(struct __file *) |
void* __file::udata |