zipup.h
来自「infozip2.2源码」· C头文件 代码 · 共 19 行
H
19 行
/* Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly, Onno van der Linden, Christian Spieler and Kai Uwe Rommel. Permission is granted to any individual or institution to use, copy, or redistribute this software so long as all of the original files are included, that it is not sold for profit, and that this copyright notice is retained.*/#define fhow (O_RDONLY|O_BINARY)#define fbad (-1)typedef int ftype;#define zopen(n,p) open(n,p)#define zread(f,b,n) read(f,b,n)#define zclose(f) close(f)#define zerr(f) (k == (extent)(-1L))#define zstdin 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?