Libft
Custom implementation of core libc functions with additional utility helpers.
Loading...
Searching...
No Matches
ft_isincharset.c File Reference
#include <stdbool.h>
Include dependency graph for ft_isincharset.c:

Functions

bool ft_isincharset (char c, const char *charset)
 Checks if a character is present in a character set.