testing
C
code posted
by
someone
created at 09 Feb 06:53
Edit
|
Back
1
2
3
4
5
6
7
8
9
10
11 |
typedef struct
{
unsigned int x;
unsigned int y;
union
{
unsigned int abc;
unsigned int def;
video_resolution_t res;
};
} media_in_vendor_param_t;
|
202 Bytes in 2 ms with coderay