#include <string.h>
#include "string_hash.h"
#include "pjw_hash.c"
Defines | |
#define | NPS_HTAB_CMP(x, y) strcmp((x),(y)) |
#define | NPS_HTAB_HASH(x) nps_pjw_hash(x) |
#define NPS_HTAB_CMP | ( | x, | |||
y | ) | strcmp((x),(y)) |
#define NPS_HTAB_HASH | ( | x | ) | nps_pjw_hash(x) |