Example 1. C Code Definition of var

struct example { char c; long l; int bf1:1; int bf2:2; int bf3:3; int bf4:4; int bf5:5; int bf6:6; };
Figure 6-1 Memory Layout of varmemlayvar_lau132.gif