make all
The current status of this entry is:
STATUS: uses gets() - change to fgets() if possible
For more detailed information see 1996 huffman bugs.
echo 'Huffman Decoding' | ./huffman
./try.sh
If you are still confused and want to read a spoiler, check out the source and it will be clear as mud!
And for a misleading hint, consider who won! :-)
And if you really can’t see what is going on, here is an extra spoiler:
./huffman < huffman.c 2>/dev/null
This entry was very well received at the IOCCC BOF.
This filter program is really not obfuscated code. It compiles cleanly with an ANSI C compiler and comes with user documentation that even a blind person could read.
The program is a bidirectional filter with the output of the program suitable for its input. The output of this program, when used as input, undoes the original program filtering.
This program accepts any alphanumeric text that has lines less than 100 characters. The user is encouraged to use the program’s source as input to the executable.
This program is best appreciated on a tactile monitor.