5 lines
80 B
C
5 lines
80 B
C
#ifndef _acl_hashmap_h
|
|
#define _acl_hashmap_h
|
|
unsigned hash(unsigned K);
|
|
#endif
|