/* ============================================================= NOTE: MUST be run on Solar !!! ============================================================= */ #include struct myBit { unsigned int x:1 ; }; struct myBit2 { unsigned long x:30 ; unsigned long y:30 ; }; void printBits( int a ) { int i; for ( i = 31; i >= 0; i-- ) { if ( (a & (1<