123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #include <opc/config.h>
- #include <mce/textwriter.h>
- #ifndef OPC_XMLWRITER_H
- #define OPC_XMLWRITER_H
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- mceTextWriter *mceTextWriterOpen(opcContainer *c, opcPart part, opcCompressionOption_t compression_option);
- #ifdef __cplusplus
- }
- #endif
-
- #endif
|