[go: up one dir, main page]

Menu

[897c37]: / lpvm / rhash.h  Maximize  Restore  History

Download this file

25 lines (18 with data), 430 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
** $Id: rhash.h,v 1.2 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/rhash.h,v $
** $Revision: 1.2 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Authors: Mike McGaughey & Geoff Wong, 1993-1998
** geoff.wong@gmail.com
**
** See the file "Copying" distributed with this file.
*/
#ifndef _HASH_H
#define _HASH_H
int hashstr(char *s, int maxn, int hashs);
/* hash a string */
#endif