Skip to content

Write your own library: a collection of functions that will be a useful tool for your cursus.

Notifications You must be signed in to change notification settings

leogaudin/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

libft

wakatime

Fonctions libc

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

Fonctions additionnelles

Composant Statut
ft_substr
ft_strjoin
ft_strtrim
ft_split
ft_itoa
ft_strmapi
ft_striteri
ft_putstr_fd
ft_putendl_fd
ft_putnbr_fd

Fonctions bonus

Composant Statut
ft_lstnew
ft_lstadd_front
ft_lstsize
ft_lstlast
ft_lstadd_back
ft_lstdelone
ft_lstclear
ft_lstiter
ft_lstmap

About

Write your own library: a collection of functions that will be a useful tool for your cursus.

Topics

Resources

Stars

Watchers

Forks