coan 4.2.4
io_state_s Struct Reference

Data Fields

io_public_state_t io_public_state
FILE * input
size_t bufsz
size_t infile
char * in_name_buf
char * out_name_buf
char * bak_name_buf
size_t saved_read_pos

Detailed Description

* The global state of the I/O component.

Definition at line 123 of file io.c.


Field Documentation

Backup filename on heap, if needed

Definition at line 133 of file io.c.

Current size of line buffer

Definition at line 127 of file io.c.

Current input filename on heap, if needed

Definition at line 130 of file io.c.

Index of current input file

Definition at line 128 of file io.c.

The input stream

Definition at line 126 of file io.c.

io_public_state_t io_state_s::io_public_state

The public state of the I/O component

Definition at line 125 of file io.c.

Current output filename on heap, if needed

Definition at line 132 of file io.c.

Saved offset into line buffer

Definition at line 134 of file io.c.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines