view name_dictionary.h @ 122:5219bf3d5e71

title_draw
author e085768
date Mon, 27 Jun 2011 19:44:46 +0900
parents 67c843471b77
children
line wrap: on
line source

#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