Um resumo sobre o que consiste o libft encontra-se aqui.
Sites úteis
Testes
- https://github.com/alelievr/libft-unit-test
- https://github.com/Night-squad/libft-war-machine-v2019
- https://github.com/t0mm4rx/libftdestructor
- https://github.com/jtoty/Libftest
Guias
Entendendo conceitos
- size_t
- void pointer (ponteiros para void)
- chained list (lista encadeada)
- unicode
- type casting (conversão de tipos)
- makefile
- header (cabeçalho)
- memmove X memcpy
- file descriptor (descritor de arquivos)
Funções da parte 1
- ft_memset
- ft_bzero
- ft_memcpy
- ft_memccpy
- ft_memmove
- ft_memchr
- ft_memcmp
- ft_strlen
- ft_strlcpy
- ft_strlcat
- ft_strchr
- ft_strrchr
- ft_strnstr
- ft_strncmp
- ft_atoi
- ft_isalpha
- ft_isdigit
- ft_isalnum
- ft_isascii
- ft_isprint
- ft_toupper
- ft_tolower
- ft_calloc
- ft_strdup
Funções da parte 2
- ft_substr
- ft_strjoin
- ft_strtrim
- ft_split
- ft_itoa
- ft_strmapi
- ft_putchar_fd
- ft_putstr_fd
- ft_putendl_fd
- ft_putnbr_fd