libwsx libwsx
WSwan extra library for the Wonderful toolchain
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | wsx_zx0_decompress (void __far *dest, const void __far *src) |
Decompress a ZX0-compressed buffer. | |
Copyright (C) 2021 Emmanuel Marty ZX0 compression (c) 2021 Einar Saukas, https://github.com/einar-saukas/ZX0 Code modified for Wonderful toolchain
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
ZX0 decompression routines.
Definition in file zx0.h.
void wsx_zx0_decompress | ( | void __far * | dest, |
const void __far * | src ) |
Decompress a ZX0-compressed buffer.
dest | Destination memory pointer. |
src | Source memory pointer. |