raze-gles/polymer/build/include/lzwnew.h

3 lines
180 B
C
Raw Normal View History

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