mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-07 16:31:17 +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);
|