Skip to content

sans-soleil/libft42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft42

Our very first own library! We shape our lego pieces for future projects.

Here, we will learn to play with:

Characters

ft_isalpha
ft_isdigit
ft_isalnum
ft_isascii
ft_isprint
ft_toupper
ft_tolower

Strings

ft_strlen
ft_strlcpy
ft_strlcat
ft_strchr
ft_strrchr
ft_strncmp
ft_strnstr
ft_substr
ft_strjoin
ft_strtrim
ft_split
ft_strmapi
ft_striteri

Memory

ft_calloc
ft_memset
ft_bzero
ft_memcpy
ft_memmove
ft_memchr
ft_memcmp
ft_strdup

Numbers (who dream to become characters and viceversa)

ft_atoi
ft_itoa

File Descriptors

ft_putchar_fd
ft_putstr_fd
ft_putendl_fd
ft_putnbr_fd

BONUS (+25%)

Linked Lists ❤️ DO NOT SKIP THIS BONUS: you will thank yourself in later projects (yes, Push_Swap!)

ft_lstnew
ft_lstsize
ft_lstlast
ft_lstadd_back
ft_lstdelone
ft_lstclear
ft_lstiter
ft_lstmap

About

How to build your own C library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published