|
Libft
Custom implementation of core libc functions with additional utility helpers.
|
#include "libft.h"
Functions | |
| bool | is_matching_key (t_key_value *pair, const char *key) |
| Tests whether a pair's key equals the given key. | |
| bool is_matching_key | ( | t_key_value * | pair, |
| const char * | key | ||
| ) |
Tests whether a pair's key equals the given key.
| pair | Pair whose key is compared (borrowed). |
| key | NUL-terminated key to compare against (borrowed). |

