iowin32.h

来自「压缩/解压缩类源码」· C头文件 代码 · 共 21 行

H
21
字号
/* iowin32.h -- IO base function header for compress/uncompress .zip 
   files using zlib + zip or unzip API
   This IO API version uses the Win32 API (for Microsoft Windows)

   Version 0.20, September 01th, 2002

   Copyright (C) 1998-2002 Gilles Vollant
*/

#ifdef __cplusplus
extern "C" {
#endif


void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));

#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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