source:
branches/GNU/src/gcc/zlib/uncompr.c@
1468
| Last change on this file since 1468 was 1391, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 2.0 KB | |
| Line | |
|---|---|
| 1 | /* uncompr.c -- decompress a memory buffer |
| 2 | * Copyright (C) 1995-2002 Jean-loup Gailly. |
| 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
| 4 | */ |
| 5 | |
| 6 | /* @(#) $Id: uncompr.c,v 1.3 2002/03/11 22:11:18 tromey Exp $ */ |
| 7 | |
| 8 | #include "zlib.h" |
| 9 | |
| 10 | /* =========================================================================== |
| 11 | Decompresses the source buffer into the destination buffer. sourceLen is |
| 12 | the byte length of the source buffer. Upon entry, destLen is the total |
