Skip to content

Baarrbb/42-libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-libft 125/100

badge-libft

Purpose

Coding a C library that we will use during the cursus. Goals are to recode functions that already exist, with the same behavior, with a limited number of functions that can be used (malloc, free and write).

Mandatory

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

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

ft_lstnew
ft_lstadd_front
ft_lstsize
ft_lstlast
ft_lstadd_back
ft_lstdelone
ft_lstclear
ft_lstiter
ft_lstmap

Usage

Mandatory

make

Bonus

make bonus

About

Libft 125/100

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors