|
Libft
Custom implementation of core libc functions with additional utility helpers.
|

Functions | |
| bool | bucket_contains (t_list bucket, const char *key) |
| Tests whether a bucket chain holds a pair with the given key. | |
| bool bucket_contains | ( | t_list | bucket, |
| const char * | key | ||
| ) |
Tests whether a bucket chain holds a pair with the given key.
| bucket | Head of the bucket chain to search (borrowed, may be NULL). |
| key | NUL-terminated key to look for (borrowed). |

