Simple C Expat Wrapper (SCEW)  1.1.7
writer_file.h
Go to the documentation of this file.
1 
36 #ifndef WRITER_FILE_H_0811131101
37 #define WRITER_FILE_H_0811131101
38 
39 #include "export.h"
40 
41 #include "writer.h"
42 
43 #include <stdio.h>
44 
45 #ifdef __cplusplus
46 extern "C" {
47 #endif /* __cplusplus */
48 
70 extern SCEW_API scew_writer* scew_writer_file_create (char const *file_name);
71 
91 extern SCEW_API scew_writer* scew_writer_fp_create (FILE *file);
92 
93 #ifdef __cplusplus
94 }
95 #endif /* __cplusplus */
96 
97 #endif /* WRITER_FILE_H_0811131101 */
SCEW shared library support.
SCEW_API scew_writer * scew_writer_fp_create(FILE *file)
Creates a new SCEW writer for the given file stream.
struct scew_writer scew_writer
This is the type delcaration for SCEW writers.
Definition: writer.h:69
SCEW writer common functions.
SCEW_API scew_writer * scew_writer_file_create(char const *file_name)
Creates a new SCEW writer for the given file name.