mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-17 01:41:30 +00:00
3 lines
185 B
C
3 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);
|