1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int64_t mtype; 6 char mtext[1]; 7 unsigned char mpers_end_filler_1[7]; 8 } ATTRIBUTE_PACKED mx32_msgbuf_t; 9 #define MPERS_mx32_msgbuf_t mx32_msgbuf_t 10
1 #include <inttypes.h> 2 typedef uint32_t mpers_ptr_t; 3 typedef 4 struct { 5 int64_t mtype; 6 char mtext[1]; 7 unsigned char mpers_end_filler_1[7]; 8 } ATTRIBUTE_PACKED mx32_msgbuf_t; 9 #define MPERS_mx32_msgbuf_t mx32_msgbuf_t 10