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
/* uncompr.c -- decompress a memory buffer
1
/* uncompr.c -- decompress a memory buffer
2
 * Copyright (C) 1995-1998 Jean-loup Gailly.
2
 * Copyright (C) 1995-2002 Jean-loup Gailly.
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
/* @(#) $Id: uncompr.c,v 1.1 2002/01/15 15:30:42 ripley Exp $ */
6
/* @(#) $Id: uncompr.c,v 1.2 2002/03/12 20:50:50 ripley Exp $ */
7
 
7
 
8
#include "zlib.h"
8
#include "zlib.h"
9
 
9
 
10
/* ===========================================================================
10
/* ===========================================================================
11
     Decompresses the source buffer into the destination buffer.  sourceLen is
11
     Decompresses the source buffer into the destination buffer.  sourceLen is