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

Functions | |
| static int | ft_is_in_charset (char const c, char const *set) |
| Checks if a character is in a set. | |
| char * | str_trim_leading (char const *s1, char const *set) |
|
static |
Checks if a character is in a set.
| c | Character to check. |
| set | Character set. |

| char * str_trim_leading | ( | char const * | s1, |
| char const * | set | ||
| ) |
