Code Search for Developers
 
 
  

infcodes.h from NeoEngineNG at Krugle


Show infcodes.h syntax highlighted

/* infcodes.h -- header to use infcodes.c
 * Copyright (C) 1995-2002 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.
 */

struct inflate_codes_state;
typedef struct inflate_codes_state FAR inflate_codes_statef;

extern inflate_codes_statef *inflate_codes_new OF((
    uInt, uInt,
    inflate_huft *, inflate_huft *,
    z_streamp ));

extern int inflate_codes OF((
    inflate_blocks_statef *,
    z_streamp ,
    int));

extern void inflate_codes_free OF((
    inflate_codes_statef *,
    z_streamp ));





See more files for this project here

NeoEngineNG

NeoenEngine NG (Next Generation) is the evolution of neoengine one,it\'s a different development from NeoEngine2, it\'s a direct inherits from NeoEngine one.\n

Project homepage: http://sourceforge.net/projects/neoengineng
Programming language(s): C,C++
License: other

  LICENSE
  Makefile.am
  SConscript
  adler32.c
  crc32.c
  deflate.c
  deflate.h
  infblock.c
  infblock.h
  infcodes.c
  infcodes.h
  inffast.c
  inffast.h
  inffixed.h
  inflate.c
  inftrees.c
  inftrees.h
  infutil.c
  infutil.h
  link.h
  neoicpng-static.dev
  neoicpng.cbp
  neoicpng.cpp
  neoicpng.dev
  neoicpng.dsp
  neoicpng.h
  neoicpng.layout
  neoicpng.vcproj
  png.c
  png.h
  pngasmrd.h
  pngconf.h
  pngerror.c
  pnggccrd.c
  pngget.c
  pngmem.c
  pngpread.c
  pngread.c
  pngrio.c
  pngrtran.c
  pngrutil.c
  pngset.c
  pngtest.c
  pngtrans.c
  pngvcrd.c
  pngwio.c
  pngwrite.c
  pngwtran.c
  pngwutil.c
  trees.c
  trees.h
  zconf.h
  zlib.h
  zutil.c
  zutil.h