Reverse Bits FIXED by 0mg

main(c,i,x){for(;read(x=0,&c,1);printf(&x))for(i=8;i--;c>>=1)x+=(c&1)<<i;}

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

download

return to the top page