Apply Nindent to all .c and .h files
[nasm/avx512.git] / rdoff / hash.h
blobcda4f61c35cb9dffecdc7764ba885f5a706dfce1
1 /* hash.h Routines to calculate a CRC32 hash value
3 * These routines donated to the NASM effort by Graeme Defty.
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 */
11 unsigned hash(const char *name);