📄 revision.h
字号:
/* revision.h -- define the version number * 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 VERSION "1.0.3"#define PATCHLEVEL 0#define REVDATE "11 Feb 93"/* This version supports only decompression of old compress format: */#ifdef LZW# undef LZW#endif/* $Id: revision.h,v 0.14 1993/02/11 09:47:02 jloup Exp $ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -