libwsx libwsx
WSwan extra library for the Wonderful toolchain
Loading...
Searching...
No Matches
lzsa.h
Go to the documentation of this file.
1
22#ifndef __WF_LIBWSX_LZSA_H__
23#define __WF_LIBWSX_LZSA_H__
24
25#include <stdint.h>
26
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 /* __WF_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.