Skip to content

BennieBickles/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub code size in bytes Number of lines of code Code language count GitHub top language GitHub last commit

img useful fun rt

About The Project

Command Description
make Compile the library.
make clean Remove objects files.
make fclean Remove objects files and the library.
make re Re-compile the library.
make bonus Compile the library with bonus.
make help Need some help ?

📌 Useful links


Functions

Libc functions Additional functions Bonus Functions
ft_isalpha ft_split ft_lstnew
ft_isdigit ft_substr ft_lstadd_back
ft_isalnum ft_strtrim ft_lstadd_front
ft_isascii ft_strjoin ft_lstsize
ft_isprint ft_strmapi ft_lstlast
ft_strlen ft_itoa ft_lstdelone
ft_memset ft_striteri ft_lstclear
ft_bzero ft_putchar_fd ft_lstiter
ft_memcpy ft_putnbr_fd ft_lstmap
ft_memmove ft_putstr_fd
ft_strlcpy ft_putendl_fd
ft_strlcat
ft_toupper
ft_tolower
ft_strchr
ft_strrchr
ft_strncmp
ft_memchr
ft_memcmp
ft_strnstr
ft_atoi
ft_calloc
ft_strdup

Click the RTFM down below to learn programming !

rtfm isalpha isdigit isalnum isascii isprint strlen memset bzero memcpy memmove strlcpy strlcat toupper tolower image image image memchr memcmp image atoi image image image image image image image image image image image image image image image image image image image image image