raze-gles/polymer/build/include/lzwnew.h
Plagman 09f0c239b6 Importing source for great justice
git-svn-id: https://svn.eduke32.com/eduke32@5 1a8010ca-5511-0410-912e-c29ae57300e0
2006-04-13 20:47:06 +00:00

2 lines
185 B
C

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