diff options
Diffstat (limited to 'src/ht/ft_inter_htkey_cmp.c')
| -rw-r--r-- | src/ht/ft_inter_htkey_cmp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ht/ft_inter_htkey_cmp.c b/src/ht/ft_inter_htkey_cmp.c index be2e52f..397177e 100644 --- a/src/ht/ft_inter_htkey_cmp.c +++ b/src/ht/ft_inter_htkey_cmp.c @@ -13,6 +13,10 @@ #include "libft.h" #include "libft_ht.h" +/* +** Hash table internal function to compare key string in linked list. +*/ + int ft_inter_htkey_cmp(const void *ref_key, const void *content) { if (ref_key == NULL || content == NULL) |
