source: trunk/essentials/dev-lang/python/Modules/zlib/compress.c@ 3609

Last change on this file since 3609 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 2.4 KB
Line 
1/* compress.c -- compress a memory buffer
2 * Copyright (C) 1995-2003 Jean-loup Gailly.
3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */
5
6/* @(#) $Id$ */
7
8#define ZLIB_INTERNAL
9#include "zlib.h"
10
11/* ===========================================================================