Re: Endianness conversion functions
Christian Biere <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <20070118234150.GC3234@cyclonus> |
Christian Biere wrote: > So what about this? > #define __GEN_DECODE(bits, endian) \ > static __inline uint16_t __unused \ should of course be static __inline uint ## bits ## _t __unused \ -- Christian