Go to the source code of this file.
|
| enum | __file_kinds { __closed_file
, __disk_file
, __console_file
, __unavailable_file
} |
| |
| enum | __file_orientation { UNORIENTED
, CHAR_ORIENTED
, WIDE_ORIENTED
} |
| |
| enum | __io_modes { __read = 1
, __write = 2
, __read_write = 3
, __append = 4
} |
| |
| enum | __io_states { __neutral
, __writing
, __reading
, __rereading
} |
| |
| enum | __io_results { __no_io_error
, __io_error
, __io_EOF
} |
| |
◆ __close_proc
◆ __file_handle
◆ __idle_proc
| typedef void(* __idle_proc) (void) |
◆ __io_proc
◆ __pos_proc
◆ FILE
◆ file_modes
◆ file_states
◆ files
◆ fpos_t
◆ wchar_t
◆ __file_kinds
| Enumerator |
|---|
| __closed_file | |
| __disk_file | |
| __console_file | |
| __unavailable_file | |
◆ __file_orientation
| Enumerator |
|---|
| UNORIENTED | |
| CHAR_ORIENTED | |
| WIDE_ORIENTED | |
◆ __io_modes
| Enumerator |
|---|
| __read | |
| __write | |
| __read_write | |
| __append | |
◆ __io_results
| Enumerator |
|---|
| __no_io_error | |
| __io_error | |
| __io_EOF | |
◆ __io_states
| Enumerator |
|---|
| __neutral | |
| __writing | |
| __reading | |
| __rereading | |
◆ __close_all()
| void __close_all |
( |
void | | ) |
|
◆ __close_console()
◆ __flush_all()
| unsigned int __flush_all |
( |
void | | ) |
|
◆ __read_console()
◆ __write_console()
◆ __files