short aCode [(1 << MAX_NUM_LWZ_BITS)]; /* This array stores the LZW codes for the compressed strings */ U8 aPrefix[(1 << MAX_NUM_LWZ_BITS)]; /* Prefix character of ...