YACASL2
Functions
hash.c File Reference
#include "hash.h"
Include dependency graph for hash.c:

Go to the source code of this file.

Functions

unsigned hash (int keyc, HKEY *keyv[], int tabsize)
 ハッシュ値を取得する More...
 

Function Documentation

◆ hash()

unsigned hash ( int  keyc,
HKEY keyv[],
int  tabsize 
)

ハッシュ値を取得する

Returns
ハッシュ値
Parameters
keycキーの数
*keyv[]キーを表す配列
tabsizeテーブルのサイズ

Definition at line 3 of file hash.c.

Here is the caller graph for this function: