Diego Biurrun writes: > On Sun, Jul 20, 2008 at 02:17:26PM +0200, Axel Holzinger wrote: > > > > /* new version */ > > static uint32_t __inline FASTDIV_NEW(uint32_t a, uint32_t b) > > Why __inline and not inline? > > Diego You're right, bad habit of mine, inline is absolutely correct. Cheers Axel