home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1989 …il & Dave's Excellent CD / Excellent CD HFS.raw / Moof / Goodies / DTS Goodies / Obfuscated_C / 1987 / heckbert.hint < prev    next >
Encoding:
Text File  |  1989-04-13  |  430 b   |  15 lines  |  [TEXT/MPS ]

  1. Best Obfuscator of Programs: <pixar!ph> Paul Heckbert
  2.  
  3.     Paul Heckbert
  4.     Pixar
  5.  
  6. Try: ph 40 < ph.c > foo.c; cc foo.c -o ph
  7.      ph 20 < a_C_prog.c > bar.c; cc bar.c
  8.  
  9. The judges used this program to fold up very long lines which the
  10. BSD fold(1) was unable to process.  This program has been added
  11. to the contest tool chest.
  12.  
  13. On System V systems, compile with: -Dindex=strchr.
  14. To compile on a 16 bit machine, change 300000's to 30000.
  15.