hash function
This commit is contained in:
4
include/acl/hashmap.h
Normal file
4
include/acl/hashmap.h
Normal file
@ -0,0 +1,4 @@
|
||||
#ifndef _acl_hashmap_h
|
||||
#define _acl_hashmap_h
|
||||
unsigned hash(unsigned K);
|
||||
#endif
|
||||
Reference in New Issue
Block a user