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