Mark all public API structures/unions packed
[libside.git] / include / side / macros.h
index 892a21a2ca25e5aec206fb530873ae973cc83340..f477c47dbf841dc51180a08da10c77e7722872d3 100644 (file)
@@ -55,4 +55,6 @@
 #define SIDE_BITS_PER_LONG     32
 #endif
 
+#define SIDE_PACKED    __attribute__((packed))
+
 #endif /* _SIDE_MACROS_H */
This page took 0.023885 seconds and 4 git commands to generate.