crypt.c
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:0k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. /*
  2.    crypt.c (dummy version) by Info-ZIP.      Last revised: 15 Aug 98
  3.    This is a non-functional version of Info-ZIP's crypt.c encryption/
  4.    decryption code for Zip, ZipCloak, UnZip and fUnZip.  This file is
  5.    not copyrighted and may be distributed freely. :-)  See the "WHERE"
  6.    file for sites from which to obtain the full encryption/decryption
  7.    sources (zcrypt28.zip or later).
  8.  */
  9. /* something "externally visible" to shut up compiler/linker warnings */
  10. int zcr_dummy;