|
cis_config
|
Structure containing information about an ASCII table. More...
#include <AsciiTable.h>
Public Attributes | |
| asciiFile_t | f |
| ASCII file structure. | |
| char | format_str [LINE_SIZE_MAX] |
| Format string for rows. | |
| char | column [64] |
| Character(s) used to seperate columns. | |
| int | ncols |
| Number of columns in the table. | |
| int * | format_typ |
| Array of ncols integers specifying column types. | |
| int * | format_siz |
| Array of ncols sizes for elements in each column. | |
| int | row_siz |
| Size of an entire row in bytes. | |
| int | status |
| Negative if format_str has not been set yet. | |
Structure containing information about an ASCII table.
1.8.14