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
38
uint16_t
wsx_lzsa1_decompress
(
void
__far* dest,
const
void
__far* src);
39
47
uint16_t
wsx_lzsa2_decompress
(
void
__far* dest,
const
void
__far* src);
48
49
#endif
/* __WF_LIBWSX_LZSA_H__ */
wsx_lzsa1_decompress
uint16_t wsx_lzsa1_decompress(void __far *dest, const void __far *src)
Decompress an LZSA1-compressed buffer.
wsx_lzsa2_decompress
uint16_t wsx_lzsa2_decompress(void __far *dest, const void __far *src)
Decompress an LZSA2-compressed buffer.
include
wsx
lzsa.h
Generated by
1.12.0