masters-thesis/listings/memory_alignment_a.h

6 lines
49 B
C

struct a {
char c;
int i;
short s;
}