Home - kibotrel/42-Libft GitHub Wiki
Welcome to the 42-Libft wiki! Each following function is documented :
Display functions
- ft_print_error
- ft_putchar
- ft_putchar_fd
- ft_putendl
- ft_putendl_fd
- ft_putnbr
- ft_putnbr_fd
- ft_putstr
- ft_putstr_fd
Control functions
- ft_charcount
- ft_charrcount
- ft_isalnum
- ft_isalpha
- ft_isascii
- ft_isdigit
- ft_isprint
- ft_isspace
- ft_isvalidname
- ft_memcmp
- ft_numlen
- ft_strcmp
- ft_strequ
- ft_strlen
- ft_strncmp
- ft_strnequ
- ft_strnstr
- ft_strstr
- ft_wordcount
- ft_wordlength
String manipulation functions
- ft_strcat
- ft_strchr
- ft_strcpy
- ft_strdup
- ft_strjoin
- ft_strncat
- ft_strncpy
- ft_strrev
- ft_strsplit
- ft_strsub
- ft_strtrim
Conversion functions
Memory manipulation functions
File manipulation functions
Maths functions