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