1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
##ifndef HEADER_H #define HEADER_H typedef struct hash_map hash_map; typedef struct hash hash; struct hash_map { }; #endif /* HEADER_H */