Skip to content

djedd1ne/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Libft

What is Libft?
Libft is the very first project at 42. This project is about re-creating some standard C library functions, use a makefile to compile and create a static library to use in the upcoming projects.
The bonus part cover the functions used to manipulate linked lists.

The Mandatory Part
The mandatory part covers these functions:
ft_isalpha.cft_isdigit.cft_isalnum.cft_isascii.cft_isprint.c
ft_strlen.cft_memset.cft_bzero.cft_memcpy.cft_memmove.c
ft_strlcpy.cft_strlcat.cft_toupper.cft_tolower.cft_strchr.c
ft_strrchr.cft_strncmp.cft_memchr.cft_memcmp.cft_strnstr.c
ft_atoi.cft_calloc.cft_strdup.cft_substr.cft_strjoin.c
ft_strtrim.cft_itoa.cft_strmapi.cft_striteri.cft_putchar_fd.c
ft_putstr_fd.cft_putendl_fd.c ft_putnbr_fd.cft_split.c


The Bonus Part
The Bonus part covers functions related to linked list
ft_lstnew.cft_lstadd_front.cft_lstlast.cft_lstsize.cft_lstadd_back.c
ft_lstdelone.cft_lstclear.cft_lstiter.cft_lstmap.c

About

Libft project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published