iowin32.h
来自「一款用来进行网络模拟的软件」· C头文件 代码 · 共 22 行
H
22 行
/* 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 1.01e, February 12th, 2005 Copyright (C) 1998-2005 Gilles Vollant*/#include <windows.h>#ifdef __cplusplusextern "C" {#endifvoid fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def));#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?