#ifndef PACKED #define PACKED __attribute__((__packed__)) #endif typedef struct PACKED { int i; char c; double d; }read_data; read_data r; };
Report message to a moderator