masters-thesis/listings/memory_alignment_b.h

6 lines
77 B
C

struct __attribute__((__packed__)) b {
char c;
int i;
short s;
}