typedef char * STRING;
extern STRING string_copy();
extern UINT   string_hash();
extern UINT   string_equal();
extern VOID   string_free();
