Simple Preprocessor by david_werecat (usable)

char c[];main(a,b){for(;gets(c);a<b&&c[a]-35&&puts(c+a))for(a=0,b=strlen(c);(c[a]<33&&++a)|(c[b-1]<33&&--b)&a<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