Firstly I would like to apologize if this question is a bit out of sync.
Recently I walked thru Linux source and discover a C syntax that I have
never seen before....could someone please clarify what it is?
unsigned dirty:16; (in include/linux/mm.h)
I try to declare such a type in a simple source that I wrote just to
test it out...but compilation fails on me..
Thanks in advance
--
Thomas Chai