|
FreeBASIC
0.91.0
|
#include <fb_file.h>

Data Fields | |
| int | mode |
| int | len |
| FB_FILE_ENCOD | encod |
| fb_off_t | size |
| int | type |
| int | access |
| int | lock |
| unsigned | line_length |
| unsigned | width |
| char | putback_buffer [4] |
| size_t | putback_size |
| FB_FILE_HOOKS * | hooks |
| void * | opaque |
| struct _FB_FILE * | redirection_to |
| FB_FILE_ENCOD _FB_FILE::encod |
| FB_FILE_HOOKS* _FB_FILE::hooks |