5 lines
43 B
Plaintext
5 lines
43 B
Plaintext
|
union RIGHT {
|
||
|
double v;
|
||
|
int ChangeMe;
|
||
|
};
|