masters-thesis/listings/memory_alignment_b.h
Dennis af25b4b828 Initial commit of master's thesis
This is the version I submitted to RWTH Aachen University at November 9,
2018.
2018-11-12 12:56:59 +01:00

6 lines
77 B
C

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