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
/* zutil.c -- target dependent utility functions for the compression library
1
/* zutil.c -- target dependent utility functions for the compression library
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: zutil.c,v 1.1 2002/01/15 15:30:42 ripley Exp $ */
6
/* @(#) $Id: zutil.c,v 1.2 2002/03/12 20:50:50 ripley Exp $ */
7
 
7
 
8
#include "zutil.h"
8
#include "zutil.h"
9
 
9
 
10
struct internal_state      {int dummy;}; /* for buggy compilers */
10
struct internal_state      {int dummy;}; /* for buggy compilers */
11
 
11