1 2 3 4 5 6 7 #include <stdio.h> int main(void) { int status = 0x6f; // 01101111 printf("¹®¿¸² »óÅÂ=%d \n", (status>>1 & 0x01)); return 0; } Colored by Color Scripter cs