annotate deps/glpk/src/zlib/inffast.h @ 9:33de93886c88
Import GLPK 4.47
author |
Alpar Juttner <alpar@cs.elte.hu> |
date |
Sun, 06 Nov 2011 20:59:10 +0100 |
parents |
|
children |
|
rev |
line source |
alpar@9
|
1 /* inffast.h -- header to use inffast.c
|
alpar@9
|
2 * Copyright (C) 1995-2003, 2010 Mark Adler
|
alpar@9
|
3 * For conditions of distribution and use, see copyright notice in zlib.h
|
alpar@9
|
4 */
|
alpar@9
|
5
|
alpar@9
|
6 /* WARNING: this file should *not* be used by applications. It is
|
alpar@9
|
7 part of the implementation of the compression library and is
|
alpar@9
|
8 subject to change. Applications should only use zlib.h.
|
alpar@9
|
9 */
|
alpar@9
|
10
|
alpar@9
|
11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|