rot13 by csanders

d;main(c){for(;(c=getchar())>0;putchar(d>64?d<78?c+13:d<91?c-13:c:c)){d=c&223;}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page