Swap The Characters by tails

main(a,s){char*p,*q;for(;gets(s);puts())for(q=p=index(s,32);*q=*p;)*index(s,*++p?:32)=*q;}

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

download

return to the top page