![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
#include <stdint.h>#include <stdlib.h>#include <string.h>#include <stdio.h>#include "hashtable.h"Data Structures | |
| struct | HashNode |
| struct | HashTable |
Functions | |
| struct HashTable * | hashtable_new (HashFunc func, HashValueCmpFunc cmp, int size, int elemSize) |
| void | hashtable_free (struct HashTable *ht) |
| void | hashtable_insert (struct HashTable *ht, const void *value) |
| void * | hashtable_query (struct HashTable *ht, const void *value) |
1.8.13