Go to the documentation of this file.
31 #ifndef __LIBVISIO_UTILS_H__
32 #define __LIBVISIO_UTILS_H__
36 #include <libwpd/libwpd.h>
41 typedef unsigned char uint8_t;
42 typedef unsigned short uint16_t;
43 typedef unsigned uint32_t;
44 typedef unsigned __int64 uint64_t;
56 #ifdef HAVE_INTTYPES_H
69 #include <libwpd-stream/libwpd-stream.h>
77 #define VSD_DEBUG_MSG(M) printf("%15s:%5d: ", __FILE__, __LINE__); printf M
78 #define VSD_DEBUG(M) M
80 #define VSD_DEBUG_MSG(M) printf M
81 #define VSD_DEBUG(M) M
84 #define VSD_DEBUG_MSG(M)
91 uint8_t
readU8(WPXInputStream *input);
92 uint16_t
readU16(WPXInputStream *input);
93 uint32_t
readU32(WPXInputStream *input);
94 uint64_t
readU64(WPXInputStream *input);
108 #endif // __LIBVISIO_UTILS_H__
Generated for libvisio by
doxygen 1.8.1