#include /** alternative spelling for &= **/ #define and_eq &= /*** provides an alternative means of specifying the binary bitwise-AND and assign operator (OPERATOR(&=)). ***/ /* VALUE_FIXED(OPERATOR(&=)) STDC(199409) */