6 lines
77 B
C
6 lines
77 B
C
|
struct __attribute__((__packed__)) b {
|
||
|
char c;
|
||
|
int i;
|
||
|
short s;
|
||
|
}
|