mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
5 lines
No EOL
60 B
Text
5 lines
No EOL
60 B
Text
struct Alfa {
|
|
unsigned x:5;
|
|
unsigned y:10;
|
|
String h;
|
|
}; |