Sha256: 58e1a8b4d1ab06eb917e1316c3b8122c316ece5071703a589c0b98b0b448cf3b
Contents?: true
Size: 447 Bytes
Versions: 17
Compression:
Stored size: 447 Bytes
Contents
/* 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. */ namespace zlib { void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start)); }
Version data entries
17 entries across 17 versions & 2 rubygems