typedef struct endianA
{
_u8 a;
_u8 dummy[3];
_u16 b[2];
union
{
_u32 c;
_u16 d[2];
}u;
}__attribute__((packed));
Do you mean the Sun Workshop Compiler? According to Sun: "Due to its degree of maturity and stability, there have been no source incompatibilities introduced in any product released from Sun WorkShop 3.0 to the present."
so I should think the answer is "Yes". But there's a very simple way of finding a definitive answer to your question - try it and see.
Yes (14) | ![]() | |
No (14) | ![]() | |
I don't know (15) | ![]() |