1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef HASH_TABLE_H #define HASH_TABLE_H typedef struct NODE_STRUCT { } node_t; typedef struct { } sll_t; typedef struct { } ht_t; #endif