#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | HashSize(H) HashList(H,NULL,NULL) |
Typedefs | |
typedef void * | HASH |
Functions | |
HASH | HashCreate () |
void | HashDestroy () |
void * | HashFind () |
void * | HashAdd () |
void * | HashDelete () |
int | HashList () |
void | HashStats () |
void* HashAdd | ( | ) |
HASH HashCreate | ( | ) |
void* HashDelete | ( | ) |
void HashDestroy | ( | ) |
void* HashFind | ( | ) |
int HashList | ( | ) |
void HashStats | ( | ) |