Simple C Expat Wrapper (SCEW)
1.1.7
|
SCEW reader functions for files. More...
Go to the source code of this file.
Functions | |
SCEW_API scew_reader * | scew_reader_file_create (char const *file_name) |
Creates a new SCEW reader for the given file name. More... | |
SCEW_API scew_reader * | scew_reader_fp_create (FILE *file) |
Creates a new SCEW reader for the given file stream. More... | |
SCEW reader functions for files.