legal.h
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:0k
源码类别:

CA认证

开发平台:

C/C++

  1. /*
  2.  * ANSI C stadard, section 3.5.3: "An object that has volatile-qualified
  3.  * type may be modified in ways unknown to the implementation or have
  4.  * other unknown side effects."  Yes, we can't expect a compiler to
  5.  * understand law...
  6.  */
  7. extern volatile const char bnCopyright[];