#ifndef HASH_TABLE_H #define HASH_TABLE_H typedef struct NODE_STRUCT { } node_t; typedef struct { } sll_t; typedef struct { } ht_t; #endif