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

编译器/解释器

开发平台:

C/C++

  1. /* hash.h     Routines to calculate a CRC32 hash value
  2.  *
  3.  *   These routines donated to the NASM effort by Graeme Defty.
  4.  *
  5.  * The Netwide Assembler is copyright (C) 1996 Simon Tatham and
  6.  * Julian Hall. All rights reserved. The software is
  7.  * redistributable under the licence given in the file "Licence"
  8.  * distributed in the NASM archive.
  9.  */
  10. unsigned hash (const char* name);