Loading src/hash_tbl.h +1 −1 Original line number Diff line number Diff line #ifndef __HASH_TBL__ #define __HASH_TBL__ #include "linked_list.h" #include "list.h" struct hash_tbl { size_t (*h)(void*); Loading Loading
src/hash_tbl.h +1 −1 Original line number Diff line number Diff line #ifndef __HASH_TBL__ #define __HASH_TBL__ #include "linked_list.h" #include "list.h" struct hash_tbl { size_t (*h)(void*); Loading