6 lines
49 B
C
6 lines
49 B
C
struct a {
|
|
char c;
|
|
int i;
|
|
short s;
|
|
}
|
struct a {
|
|
char c;
|
|
int i;
|
|
short s;
|
|
}
|