C,C++] 비트 연산 매크로 1234567891011121314151617181920// 한 비트 클리어#define ClearBit(data, loc) ((data)&=~(0x1 Programming Language/C,C++ 2017.06.01