Artifact 4fc803c43a562b2b92a97e22300754ddfe44c603:
- File compat/zlib/inffast.h — part of check-in [d17f4473cf] at 2012-11-27 06:31:19 on branch zlib — Support building with zlib in the compat directory, phase 1. (user: mistachkin size: 427) [more...]
/* 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 OF((z_streamp strm, unsigned start));