The R Project SVN R

Rev

Rev 17798 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17798 Rev 18679
Line 1... Line 1...
1
/* inflate_util.c -- data and routines common to blocks and codes
1
/* inflate_util.c -- data and routines common to blocks and codes
2
 * Copyright (C) 1995-1998 Mark Adler
2
 * Copyright (C) 1995-2002 Mark Adler
3
 * For conditions of distribution and use, see copyright notice in zlib.h 
3
 * For conditions of distribution and use, see copyright notice in zlib.h 
4
 */
4
 */
5
 
5
 
6
#include "zutil.h"
6
#include "zutil.h"
7
#include "infblock.h"
7
#include "infblock.h"