mirror of
https://github.com/DrBeef/Raze.git
synced 2025-03-06 17:31:22 +00:00
2 lines
185 B
C
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);
|