Simple Preprocessor by Y.OHNO

char*p,*q,*r,s[999];main(){for(;gets(s);){for(p=q=r=s;*p;p++)(*p-32&&*p-9)?(q=p+1):(r-p)?:r++;*q=0;*r-35&&*r&&puts(r);}}

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

download

return to the top page