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
/* zlib.h -- interface of the 'zlib' general purpose compression library
1
/* zlib.h -- interface of the 'zlib' general purpose compression library
2
  version 1.1.3, July 9th, 1998
2
  version 1.1.4, March 11th, 2002
3
 
3
 
4
  Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
4
  Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
5
 
5
 
6
  This software is provided 'as-is', without any express or implied
6
  This software is provided 'as-is', without any express or implied
7
  warranty.  In no event will the authors be held liable for any damages
7
  warranty.  In no event will the authors be held liable for any damages
8
  arising from the use of this software.
8
  arising from the use of this software.
9
 
9
 
Line 35... Line 35...
35
 
35
 
36
#ifdef __cplusplus
36
#ifdef __cplusplus
37
extern "C" {
37
extern "C" {
38
#endif
38
#endif
39
 
39
 
40
#define ZLIB_VERSION "1.1.3"
40
#define ZLIB_VERSION "1.1.4"
41
 
41
 
42
/* 
42
/* 
43
     The 'zlib' compression library provides in-memory compression and
43
     The 'zlib' compression library provides in-memory compression and
44
  decompression functions, including integrity checks of the uncompressed
44
  decompression functions, including integrity checks of the uncompressed
45
  data.  This version of the library supports only one compression method
45
  data.  This version of the library supports only one compression method