zlib 1.0.8

This commit is contained in:
Mark Adler
2011-09-09 23:18:57 -07:00
parent 7850e4e406
commit 6759211ad8
27 changed files with 482 additions and 144 deletions

2
test.c Normal file
View File

@@ -0,0 +1,2 @@
extern int getchar();
int hello() {return getchar();}