Mercurial > hgrepos > Python2 > PyMuPDF
view mupdf-source/thirdparty/zlib/inffast.h @ 13:d6cbc8049ab0
Increase verbosity level for builds
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 17 Sep 2025 20:31:46 +0200 |
| parents | b50eed0cc0ef |
| children |
line wrap: on
line source
/* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003, 2010 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be used by applications. It is part of the implementation of the compression library and is subject to change. Applications should only use zlib.h. */ void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start);
