comparison 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
comparison
equal deleted inserted replaced
100:e5f2eb98b575 101:67c843471b77
1 #ifndef NAME_DICTIONARY_H
2 #define NAME_DICTIONARY_H
3
4 int hash_func(const char *string, int hash_size);
5 const char *refer_name_dictionary(const char *string);
6 void delete_name_dictionary(const char *string);
7 int init_name_dictionary();
8
9
10 #endif