Main Page | File List | File Members

writer.h

Go to the documentation of this file.
00001 00032 #ifndef WRITER_H_ALEIX0309110036 00033 #define WRITER_H_ALEIX0309110036 00034 00035 #include "types.h" 00036 00037 #include <expat.h> 00038 00039 #include <stdio.h> 00040 00041 #ifdef __cplusplus 00042 extern "C" { 00043 #endif /* __cplusplus */ 00044 00051 extern unsigned int 00052 scew_writer_tree_file(scew_tree const* tree, char const* file_name); 00053 00059 extern unsigned int 00060 scew_writer_tree_fp(scew_tree const* tree, FILE* out); 00061 00062 #ifdef __cplusplus 00063 } 00064 #endif /* __cplusplus */ 00065 00066 #endif /* WRITER_H_ALEIX0309110036 */

Generated on Tue May 25 23:38:29 2004 for Simple C Expat Wrapper by doxygen 1.3.7