pike.git
/
src
/
hashtable.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/hashtable.c:1:
+
/*\
+
||| This file a part of uLPC, and is copyright by Fredrik Hubinette
+
||| uLPC is distributed as GPL (General Public License)
+
||| See the files COPYING and DISCLAIMER for more information.
+
\*/
#include <stdlib.h> #include "hashtable.h" #include "stralloc.h" #include "config.h" #include "stuff.h" #include "error.h" static unsigned INT32 gobble(struct lpc_string *s) { unsigned INT32 i;