Libft
📚 school 21 (42) libft project
Install / Use
/learn @romanwrites/LibftREADME
📚 libft
school 21 (42) libft project
<img src="./image.jpg" width=%80 height=%80><span>Photo by <a href="https://unsplash.com/@alfonsmc10?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Alfons Morales</a> on <a href="/s/photos/library?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></span>
Be carefull using double linked lists functions and my function while passing project. They are not asked to be written. I wrote them on my own to use in latest projects.
By Odin by Thor, please use your brain!
0️⃣ Libc functions
- ft_memset
- ft_bzero
- ft_memcpy
- ft_memccpy
- ft_memmove
- ft_memchr
- ft_memcmp
- ft_strlen
- ft_strdup
- 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
1️⃣ Additional functions
- ft_substr
- ft_strjoin
- ft_strtrim
- ft_split
- ft_itoa
- ft_strmapi
- ft_putchar_fd
- ft_putstr_fd
- ft_putendl_fd
- ft_putnbr_fd
