F*******i 发帖数: 190 | 1 it seems zlib can only read .gz file.
thanks! | p****s 发帖数: 32405 | 2 奇怪了, 我记得zlib可以的, 要不试试这个
#ifndef _ZLIB_H
#include "zlib.h"
#endif
#include "unzip.h"
【在 F*******i 的大作中提到】 : it seems zlib can only read .gz file. : thanks!
| F*******i 发帖数: 190 | 3 zlib can not handle .Z file,
http://www.zlib.net/zlib_faq.html#faq12
Can I know whether unzip library is a standard one from linux?
Thanks!
【在 p****s 的大作中提到】 : 奇怪了, 我记得zlib可以的, 要不试试这个 : #ifndef _ZLIB_H : #include "zlib.h" : #endif : #include "unzip.h"
|
|