#define bit_plus_follow_0 \ { \ output_0(); \ while (bits_to_follow > 0) \ { \ output_1(); \ bits_to_follow --; \ } \ }