Skip to content
/ Libft Public

A C library containing a lot of general purpose functions.

Notifications You must be signed in to change notification settings

ey-lon/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

This project is about coding a C library. It contains a lot of general purpose functions.

Functions

Part 1

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

Part 2

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_lstnew, ft_lstsize, ft_lstsize, ft_lstadd_back, ft_lstdelone, ft_lstclear, ft_lstiter, ft_lstmap

How to use

command info
make compile mandatory functions.
make bonus compile with bonus functions.

About

A C library containing a lot of general purpose functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published