/* saitou1.c (saitou.c) - Preprocess 1 - Don Yang (uguu.org) 02/28/00 */ char *data = "X" "0[!4cM,!4cK`*!4cJc(!4cHg&!4c$j8f'!&~]9e)" "!'|:d+!)rAc-!*m*:d/!4c(b4e0!1r2e2!/t0e4!-" "y-c6!+|,c6!)f$b(h*c6!(d'b(i)d5!(b*a'`&c)" "c5!'b+`&b'c)c4!&b-_$c'd*c3!&a.h'd+d1!%a/" "g'e+e0!%b-g(d.d/!&c*h'd1d-!(d%g)d4d+!*l," "d7d)!,h-d;c'!.b0c>d%!A`Dc$![7" ")" "35E!'1cA,,!2kE`*!-s@d(!(k(f//g&!)f.e5'f(!+a+)f" "%2f*!?f5f,!=f-*e/!e/!7cAd-!5fAe+!7fBe(!8hBd&" "!:iAd$![7" "S" ",Q0!1bF7!1b?'_6!1c,8b4!2b*a,*d3!2n4f2!${4f.'!" "%y4e5!&f%d-^-d7!4c+b)d9!4c-a'd:!/i('`&d;!" "+l'a+d!&d'`0_&c?!$dAc@!" "$cBc@!$b<^&d$`:!$d9_&l++^$!%f3a'n1_$!&f/c" "(o/_%!(f+c)q*c%!*f&d+f$s&!-n,d)n(!0i-c-k" ")!3d/b0h*!H`7a,![7" "*i]5471[=ohr&o*t*q*`*d*v*r;027*~=h./}tcr" "sth&t:r9b].,b-725-.t--//#r[ (641 + 350 * 2) ? 59 : (x = data [ (rIndex++ - 641) % (350 + 1) + 641 ]) ? x ^ (plain ? 6 : 0) : (plain = 34); } int snextchar() { for(x = nextchar(); (x ^ (plain ? 6 : 0)) == 32; x = nextchar()); return x; } main() { wIndex = sprintf(output, "char*d="); rIndex = plain = 0; for(fIndex = 1; fIndex < *data + 143;) if( (block = data[fIndex++]) != 33 ) { if( block < 93 ) { if( !plain ) output[wIndex++] = 34; for(i = 35 + (plain ? 0 : 1); i < block; i++) output[wIndex++] = snextchar(); output[wIndex++] = plain ? snextchar() : 34; } else for(i = 93 - 1; i < block; i++) output[wIndex++] = 32; } else output[wIndex++] = 10; output[wIndex] = 0; puts(output); }