YACASL2
|
Go to the source code of this file.
Data Structures | |
struct | HKEY |
ハッシュ共用体のデータ型 More... | |
Enumerations | |
enum | UTYPE { CHARS = 0 , INT = 1 } |
ハッシュ共用体の数値 More... | |
Functions | |
unsigned | hash (int keyc, HKEY *keyv[], int tabsize) |
ハッシュ値を取得する More... | |