main/hash.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "error.h"
#include "mono.h"
#include "hash.h"
#include "key.h"
#include "u_mem.h"
#include "strutil.h"

Functions

int hashtable_init (hashtable *ht, int size)
void hashtable_free (hashtable *ht)
int hashtable_getkey (char *key)
int hashtable_search (hashtable *ht, char *key)
void hashtable_insert (hashtable *ht, char *key, int value)

Function Documentation

void hashtable_free hashtable ht  ) 
 

int hashtable_getkey char *  key  ) 
 

int hashtable_init hashtable ht,
int  size
 

void hashtable_insert hashtable ht,
char *  key,
int  value
 

int hashtable_search hashtable ht,
char *  key
 


Generated on Mon Aug 28 20:55:33 2006 for D1X-Rebirth by  doxygen 1.4.6