/* lz.h */ /* constants common to all functions */ #include #define NO_CHARS 127 /* codes up to 127 contain the standard characters*/ #define MAX_MATCH_LENGTH 1000 /* maximum length of a matched string */