Go to the documentation of this file.
31 #ifndef __LIBVISIO_UTILS_H__
32 #define __LIBVISIO_UTILS_H__
38 typedef unsigned char uint8_t;
39 typedef unsigned short uint16_t;
40 typedef unsigned uint32_t;
41 typedef unsigned __int64 uint64_t;
53 #ifdef HAVE_INTTYPES_H
66 #include <libwpd-stream/libwpd-stream.h>
74 #define VSD_DEBUG_MSG(M) printf("%15s:%5d: ", __FILE__, __LINE__); printf M
75 #define VSD_DEBUG(M) M
77 #define VSD_DEBUG_MSG(M) printf M
78 #define VSD_DEBUG(M) M
81 #define VSD_DEBUG_MSG(M)
88 uint8_t
readU8(WPXInputStream *input);
89 uint16_t
readU16(WPXInputStream *input);
90 uint32_t
readU32(WPXInputStream *input);
91 uint64_t
readU64(WPXInputStream *input);
105 #endif // __LIBVISIO_UTILS_H__
Generated for libvisio by
doxygen 1.8.1