int lzwcompress (unsigned char *ucompbuf, int ucompleng, unsigned char *compbuf);
int lzwuncompress (unsigned char *compbuf, int compleng, unsigned char *ucompbuf, int ucompleng);