bnlegal.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 13 行

H
13
字号
/*
 * ANSI C stadard, section 3.5.3: "An object that has volatile-qualified
 * type may be modified in ways unknown to the implementation or have
 * other unknown side effects."  Yes, we can't expect a compiler to
 * understand law...
 *
 * $Id: bnlegal.h,v 1.2 1998/09/20 12:03:42 wprice Exp $
 */


extern volatile const char bnCopyright[];

⌨️ 快捷键说明

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