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 / 1984 / decot.hint < prev    next >
Encoding:
Text File  |  1989-04-13  |  372 b   |  18 lines  |  [TEXT/MPS ]

  1. Second place award: <hpda!hpdsd!decot> Dave Decot
  2.  
  3. Compile with:
  4.  
  5.     cc decot.c -o decot -lm
  6.  
  7. NOTE: Some new compilers disliked line 15 of the source, so we changed it from:
  8.  
  9.   for(signal=0;*k * x * __FILE__ *i;) do {
  10.  
  11. to:
  12.  
  13.   for(signal=0;*k *x * __FILE__ *i;) do {
  14.  
  15. This program prints out a string of garbage.
  16.  
  17. The judges also offer this one comment: understand comments!
  18.