Skip to content

kellyhayd/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Libft

This project is about understanding the way these functions work, implementing and learning to use them.

Your will create your own library.

⭕ Mandatory Part

🔺 Part 1: Libc functions

isalpha memset tolower strlen
isalnum bzero strchr toupper
isdigit memcpy strrchr strnstr
isalnum memmove strncmp atoi
isascii strlcpy memchr calloc
isprint strlcat memcmp strdup

🔺 Part 2: Additional functions

ft_substr ft_split ft_striteri ft_putendl_fd
ft_strjoin ft_itoa ft_putchar_fd ft_putnbr_fd
ft_strtrim ft_strmapi ft_putstr_fd

🌟 Bonus Part

ft_lstnew ft_lstmap ft_lstdelone ft_putendl_fd
ft_lstadd_front ft_lstlast ft_lstclear ft_putnbr_fd
ft_lstsize ft_lstadd_back ft_lstiter

Resultado_libft

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published