Simple Preprocessor by david_werecat

main(t,b){char*c=b;for(;gets(c);b>0&&*c-35&&puts(c))for(b=strlen(c);*c<33&&(++c,--b)||c[b-1]<33&&--b;c[b]=0);}

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

download

return to the top page