📄 inffast.h
字号:
#ifndef _INFFAST_H_
#define _INFFAST_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.
*/
extern int inflate_fast (
unsigned int,
unsigned int,
inflate_huft *,
inflate_huft *,
inflate_blocks_statef *,
z_streamp );
#endif /*_INFFAST_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -