SyntaxFix
Write A Post
Hire A Developer
Questions
Utterly geek, but I will be using this:
#define as ;while int main(int argc, char* argv[]) { int n = atoi(argv[1]); do printf("n is %d\n", n) as ( n --> 0); return 0; }