Files
mm/tools/buildtools/yaz0.h
T
EllipticEllipsis ea83e49e6e Fado, part 2 (#1012)
* Makefile adjustments and additions to build fado

* Fix typo in makefile

* Fix it, maybe?

* Update build tools

* Update build tools

* rm cfg files
2022-12-06 21:15:23 -05:00

11 lines
247 B
C

#ifndef YAZ0_H
#define YAZ0_H
int yaz0_encode2(uint8_t* src, uint8_t* dest, int uncompressedSize);
void yaz0_decode(uint8_t* src, uint8_t* dst, int uncompressedSize);
int yaz0_encode(uint8_t* src, uint8_t* dest, int srcSize);
#endif // YAZ0_H