/00-Libft

This project is about coding a C library.

Primary LanguageCOtherNOASSERTION

This repository contains code developed at 42 Porto for Libft Project, from 02/11/2022 to 10/11/2022.

📓 Subject

Click here for the subject of this project.

🏅 Part 1 - Libc functions

ft_atoi ft_bzero ft_calloc ft_isalnum ft_isalpha ft_isascii ft_isdigit ft_isprint ft_memchr ft_memcmp ft_memcpy ft_memmove ft_memset ft_strchr ft_strdup ft_strlcat ft_strlcpy ft_strlen ft_strncmp ft_strnstr ft_strrchr ft_tolower ft_toupper

🏅 Part 2 - Additional functions

ft_substr ft_strjoin ft_strtrim ft_split ft_itoa ft_strmapi ft_striteri ft_putchar_fd ft_putstr_fd ft_putendl_fd ft_putnbr_fd

🏆 Bonus Part

ft_lstnew ft_lstadd_front ft_lstsize ft_lstlast ft_lstadd_back ft_lstdelone ft_lstclear ft_lstiter ft_lstmap


⚠️ Makefile used only for tests. ⚠️
If you want the submitted Makefile, just ask me!

📝 Testers



✏️ new libft is an updated version with more functions than required in subject of this project. ✏️


This work is published under the terms of 42 Unlicense.