diff name_dictionary.h @ 101:67c843471b77

add name_dictionary.cc
author Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
date Thu, 02 Jun 2011 19:50:06 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/name_dictionary.h	Thu Jun 02 19:50:06 2011 +0900
@@ -0,0 +1,10 @@
+#ifndef NAME_DICTIONARY_H
+#define NAME_DICTIONARY_H
+
+int hash_func(const char *string, int hash_size);
+const char *refer_name_dictionary(const char *string);
+void delete_name_dictionary(const char *string);
+int init_name_dictionary();
+
+
+#endif