libwsx libwsx
WSwan extra library for the Wonderful toolchain
Loading...
Searching...
No Matches
aplib.h
Go to the documentation of this file.
1
21
22#ifndef LIBWSX_APLIB_H_
23#define LIBWSX_APLIB_H_
24
25#include <stdint.h>
26
30
38uint16_t wsx_aplib_decompress(void __far* dest, const void __far* src);
39
40#endif /* LIBWSX_APLIB_H_ */
uint16_t wsx_aplib_decompress(void __far *dest, const void __far *src)
Decompress an aPLib-compressed buffer.