From 1c71d8b13b54f91ddec361d3053ecce26e6ff761 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:07:35 -0700 Subject: zlib 0.91 --- example.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'example.c') diff --git a/example.c b/example.c index c1bac1e..5c34733 100644 --- a/example.c +++ b/example.c @@ -3,7 +3,7 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -/* $Id: example.c,v 1.7 1995/05/01 16:57:22 jloup Exp $ */ +/* $Id: example.c,v 1.8 1995/05/02 15:52:32 jloup Exp $ */ #include #include "zlib.h" @@ -12,7 +12,9 @@ # include #endif +#ifndef __GO32__ extern void exit __P((int)); +#endif #define BUFLEN 4096 @@ -253,7 +255,7 @@ void test_sync(compr) err = inflateEnd(&d_stream); CHECK_ERR(err, "inflateEnd"); - printf("after inflateSync(): %s\n", uncompr); + printf("after inflateSync(): hel%s\n", uncompr); } /* =========================================================================== -- cgit v1.2.3-55-g6feb