00001 00036 #ifndef WRITER_FILE_H_0811131101 00037 #define WRITER_FILE_H_0811131101 00038 00039 #include "export.h" 00040 00041 #include "writer.h" 00042 00043 #include <stdio.h> 00044 00045 #ifdef __cplusplus 00046 extern "C" { 00047 #endif /* __cplusplus */ 00048 00070 extern SCEW_API scew_writer* scew_writer_file_create (char const *file_name); 00071 00091 extern SCEW_API scew_writer* scew_writer_fp_create (FILE *file); 00092 00093 #ifdef __cplusplus 00094 } 00095 #endif /* __cplusplus */ 00096 00097 #endif /* WRITER_FILE_H_0811131101 */
1.6.1