Import from zlib-1.2.4

This commit is contained in:
Ralf Corsepius
2011-03-18 10:11:02 +00:00
parent ebe2800681
commit c6b49cbca9

View File

@@ -1,12 +1,12 @@
/* 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>