📄 lzconst.h
字号:
/* @(#) lzconst.h 2.1 87/12/25 12:22:30 */
/*
The contents of this file are hereby released to the public domain.
-- Rahul Dhesi 1986/12/31
*/
#define INBUFSIZ (IN_BUF_SIZE - 10) /* avoid obo errors */
#define OUTBUFSIZ (OUT_BUF_SIZE - 10)
#define MEMERR 2
#define IOERR 1
#define MAXBITS 13
#define CLEAR 256 /* clear code */
#define Z_EOF 257 /* end of file marker */
#define FIRST_FREE 258 /* first free code */
#define MAXMAX 8192 /* max code + 1 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -