revision.h

来自「gzip源码」· C头文件 代码 · 共 17 行

H
17
字号
/* revision.h -- define the version number * Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc. * Copyright (C) 1992-1993 Jean-loup Gailly. * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License, see the file COPYING. */#define PATCHLEVEL 0#define REVDATE "2002-03-08"/* This version does not support compression into old compress format: */#ifdef LZW#  undef LZW#endif/* $Id: revision.h,v 0.25 1993/06/24 08:29:52 jloup Exp $ */

⌨️ 快捷键说明

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