cgrep.c [code] | Implementation of an agrep-like search program over Huffword compressed files, and with additional capabilities such as proximity search |
CGrepLib.c [code] | Library of C functions to be used in conjuction with HuffwordLib and agrep to achieve error-lenient pattern matching over compressed files |
CGrepLib.h [code] | Header file with prototypes of the functions defined in CGrepLib.c |
searchword.c [code] | This file shows how to search for a word over a compressed file |