Hi, On Sun, Apr 03, 2011 at 09:50:50PM +0300, Esa-Matti Mourujärvi wrote:
> > Oh... That might be a problem. This level of C understanding will > > probably be required to successfully complete this task... > > Maybe we got to a wrong foot here. I will try to rephrase: I am > familiar with C's preprocessor conditional inclusions. What I was not > familiar with is in which cases do __CHECKER__ and __CHECK_ENDIAN__ > get defined. I see :-) Note that I wasn't familiar with those macros either -- but I googled for __attribute__((bitwise)), and that gave me enough of an idea to understand what this code is supposed to do :-) -antrik-