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