
"obfuscated" programs for computation of pi and e:

00readme.txt : this file

westley.c  : pi-programm by Brian Westley IOCCC 1988, as in the Pi book
           : made ANSI C-conform

westley1.c : as westley.c, but with commentary

roemer.c   : e-program by Lievaart Roemer IOCCC 1989, as in the Pi book

roemer1.c  : as roemer.c but slightly de-obfuscated


*.elf     : linux binaries (for x86-systems) of the respective programs
*.exe     : dos binaries of the respective programs


makefile   : makefile for LINUX, UNIX
makefile.dos : makefile for DOS

runall.bat : DOS batch program for running both programs in one race
           : output goes to obfusc.out in directory %TMP%

