On 20 July 2011 01:04, Jonathan Wakely wrote: > > C99 doesn't even support .c[6] syntax for initializers, it's a GCC extension.
Apologies, C99 does support that, my mistake. But you can still only initialize one member of a union.
On 20 July 2011 01:04, Jonathan Wakely wrote: > > C99 doesn't even support .c[6] syntax for initializers, it's a GCC extension.
Apologies, C99 does support that, my mistake. But you can still only initialize one member of a union.