home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / crypl200.zip / BNLIB / LEGAL.H < prev    next >
C/C++ Source or Header  |  1996-05-16  |  281b  |  8 lines

  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[];
  8.