libwsx libwsx
WSwan extra library for the Wonderful toolchain
Loading...
Searching...
No Matches
lzsa.h
Go to the documentation of this file.
1
21
22#ifndef LIBWSX_LZSA_H_
23#define LIBWSX_LZSA_H_
24
25#include <stdint.h>
26
30
38uint16_t wsx_lzsa1_decompress(void __far* dest, const void __far* src);
39
47uint16_t wsx_lzsa2_decompress(void __far* dest, const void __far* src);
48
49#endif /* LIBWSX_LZSA_H_ */
uint16_t wsx_lzsa1_decompress(void __far *dest, const void __far *src)
Decompress an LZSA1-compressed buffer.
uint16_t wsx_lzsa2_decompress(void __far *dest, const void __far *src)
Decompress an LZSA2-compressed buffer.