Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
inffast.h
00001 /* inffast.h -- header to use inffast.c 00002 * Copyright (C) 1995-2003, 2010 Mark Adler 00003 * For conditions of distribution and use, see copyright notice in zlib.h 00004 */ 00005 00006 /* WARNING: this file should *not* be used by applications. It is 00007 part of the implementation of the compression library and is 00008 subject to change. Applications should only use zlib.h. 00009 */ 00010 00011 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
Generated on Wed Jul 13 2022 09:05:31 by
1.7.2