uudecode by hinoe

main(i,p)char*p;{for(;*p<65u?--i%4?putchar(p[-1]%64*64+*p%64>>6+i%4*2):1:gets(p);)*++p-=32;}

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

download

return to the top page