Reverse Bits FIXED by teebee

r;main(c){for(;read(0,&c,r=1);putchar(r))for(;r<256;c/=2)r=2*r|c&1;}

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

download

return to the top page