diff options
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* example.c -- usage example of the zlib compression library | 1 | /* example.c -- usage example of the zlib compression library |
2 | * Copyright (C) 1995-2003 Jean-loup Gailly. | 2 | * Copyright (C) 1995-2004 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 | ||
@@ -11,8 +11,6 @@ | |||
11 | #ifdef STDC | 11 | #ifdef STDC |
12 | # include <string.h> | 12 | # include <string.h> |
13 | # include <stdlib.h> | 13 | # include <stdlib.h> |
14 | #else | ||
15 | extern void exit OF((int)); | ||
16 | #endif | 14 | #endif |
17 | 15 | ||
18 | #if defined(VMS) || defined(RISCOS) | 16 | #if defined(VMS) || defined(RISCOS) |