[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] Re: AVR byte swap optimization
From: |
Shaun Jackman |
Subject: |
Re: [avr-gcc-list] Re: AVR byte swap optimization |
Date: |
Mon, 18 Dec 2006 17:48:18 -0700 |
On 12/18/06, Nils Springob <address@hidden> wrote:
Hi,
and it is possible to use an anonymous struct:
True. However, unnamed struct/union fields are an extension of the C
language provided by GCC and not strictly portable. It is a nice
feature though. It would be nice if it crept its way into a future C
standard.
Cheers,
Shaun