Reverse
Introduction
A smallish (smallest in C?) program to reverse and print the first argument it receives on the command line. No error checking, of course.
Source
main(int*i,char**_){for(++_;*++*_;);for(;putchar(*--*_););}
A smallish (smallest in C?) program to reverse and print the first argument it receives on the command line. No error checking, of course.
main(int*i,char**_){for(++_;*++*_;);for(;putchar(*--*_););}