12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- #include <opc/config.h>
- #include <opc/container.h>
- #include <opc/part.h>
- #include <opc/relation.h>
- #include <opc/inputstream.h>
- #include <opc/outputstream.h>
- #include <opc/zip.h>
- #include <opc/xmlreader.h>
- #include <opc/xmlwriter.h>
- #include <opc/properties.h>
- #ifndef OPC_OPC_H
- #define OPC_OPC_H
- #ifdef __cplusplus
- extern "C" {
- #endif
-
-
- opc_error_t opcInitLibrary();
-
- opc_error_t opcFreeLibrary();
- #ifdef __cplusplus
- }
- #endif
-
- #endif
|