2010年5月31日
摘要: #include <stdlib.h>#include <string.h>#include <errno.h>#include <zlib.h>/* Compress data */int zcompress(Bytef *data, uLong ndata,Bytef *zdata, uLong *nzdata){z_stream c_strea... 阅读全文
posted @ 2010-05-31 14:00 清水湾 阅读(610) 评论(0) 推荐(0)