语法

#include <plhash.h>

typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);

描述

PLHashNumber 是一个函数类型,用于将哈希表条目的键映射到哈希数字。

另请参阅

PL_HashString