Initial import of new NDK into donut tree

This commit is contained in:
David 'Digit' Turner
2009-05-07 20:39:04 +02:00
parent 816ba073c6
commit b9a8479e48
1437 changed files with 79943 additions and 0 deletions

11
ndk/sources/external/zlib/inffast.h vendored Normal file
View File

@@ -0,0 +1,11 @@
/* inffast.h -- header to use inffast.c
* Copyright (C) 1995-2003 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not* be used by applications. It is
part of the implementation of the compression library and is
subject to change. Applications should only use zlib.h.
*/
void inflate_fast OF((z_streamp strm, unsigned start));