cis_config
|
Structure containing information about an ASCII text file. More...
#include <AsciiFile.h>
Public Attributes | |
const char * | filepath |
Full path to file. | |
char | io_mode [64] |
I/O mode. 'r' for read, 'w' for write. | |
char | comment [64] |
Character(s) indicating a comment. | |
char | newline [64] |
Character(s) indicating a newline. | |
FILE * | fd |
File identifier for ASCII file when open. | |
Structure containing information about an ASCII text file.