#if !defined(_huffdec_H) # define _huffdec_H (1) # include "huffman.h" typedef struct oc_huff_node oc_huff_node; /*A node in the Huffman tree. Instead of storing every branching in the tree, subtrees can be collapsed into one node, with a table of size 1<