Import files from zlib 1.2.5.

This commit is contained in:
Martin v. Löwis 2010-07-30 20:03:17 +00:00
parent d496c4c936
commit ce126edfd0
30 changed files with 3142 additions and 1522 deletions

View file

@ -1,19 +1,19 @@
/* example.c -- usage example of the zlib compression library
* Copyright (C) 1995-2004 Jean-loup Gailly.
* Copyright (C) 1995-2006 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include <stdio.h>
#include "zlib.h"
#include <stdio.h>
#ifdef STDC
# include <string.h>
# include <stdlib.h>
#endif
#if defined(VMS)
#if defined(VMS) || defined(RISCOS)
# define TESTFILE "foo-gz"
#else
# define TESTFILE "foo.gz"