For example, the original variable int 32 _ temp = 0xaBCDEFAB.
To use bit 0, the value is equal to ((int 32 _ temp >>0)&; 0x000 1), and then take the rightmost bit.
And so on, if the value is the nth bit, ((int 32 _ temp >>n)&; 0x000 1)
Please write the specific code yourself:)