#define as ;while ... do printf("n is %d\n", n) as ( n --> 0);
do printf("n is %d\n", n); while ( n-- > 0);