Turnstone Operating System
|
z77 compression algorithm header More...
#include <compression.h>
Macros | |
#define | ___ZPACK_H 0 |
Functions | |
int8_t | zpack_pack (buffer_t *in, buffer_t *out) |
packs data at input buffer to output buffer with z77 algorithm More... | |
int8_t | zpack_unpack (buffer_t *in, buffer_t *out) |
unpacks data at input buffer to output buffer with z77 algorithm More... | |
z77 compression algorithm header
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.
#define ___ZPACK_H 0 |
prevent duplicate header error macro
packs data at input buffer to output buffer with z77 algorithm
[in] | in | input buffer |
[in] | out | output buffer |