1 2 3 4 5 6 7 8 9 10 11 12 13
#include "posix.h" #include "external/zlib.h" #include "log.h" const bool have_zlib = false; bool muon_zlib_extract(uint8_t *data, uint64_t len, const char *destdir) { LOG_E("zlib not enabled"); return false; }