summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:25:27 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:25:27 -0700
commitb1c19ca6d82c98a8be6cd9cad7a9c5fa5e8e634e (patch)
treef0eeb8f52d07819f417411da5104c9d743dd46de /example.c
parentabf180a067223611620dd97dd5681df7c7fa7c9b (diff)
downloadzlib-1.2.3.1.tar.gz
zlib-1.2.3.1.tar.bz2
zlib-1.2.3.1.zip
zlib 1.2.3.1v1.2.3.1
Diffstat (limited to 'example.c')
-rw-r--r--example.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.c b/example.c
index 6c8a0ee..604736f 100644
--- a/example.c
+++ b/example.c
@@ -1,12 +1,12 @@
1/* example.c -- usage example of the zlib compression library 1/* example.c -- usage example of the zlib compression library
2 * Copyright (C) 1995-2004 Jean-loup Gailly. 2 * Copyright (C) 1995-2006 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$ */ 6/* @(#) $Id$ */
7 7
8#include <stdio.h>
9#include "zlib.h" 8#include "zlib.h"
9#include <stdio.h>
10 10
11#ifdef STDC 11#ifdef STDC
12# include <string.h> 12# include <string.h>