htzip.h

来自「www工具包」· C头文件 代码 · 共 52 行

H
52
字号
/*    					W3C Sample Code Library libwww ZLib Compress and Decompress Stream!  ZLib Compress and Decompress Stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This module provides an interface to the zlib compress and decompress functions. It can be hooked inas as content encoding coder/decoder in libwww which allows for on-the-fly encoding/decoding.This module is implemented by HTZip.c, and itis a part of the  W3C Sample CodeLibrary.*/#ifndef HTZIP_H#define HTZIP_H#include "HTFormat.h"/**/#ifdef HT_ZLIBextern HTCoder HTZLib_inflate;#endif/*End of definition module*/#endif /* HTZIP_H *//*    @(#) $Id: HTZip.html,v 2.5 1998/05/14 02:11:20 frystyk Exp $*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?