Skip to content

trobert42/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C library functions

The libft is the first project in C aimed at introducing us to low-level programming. It's a library that contains all the practical standard functions we'll need for our future projects in the curriculum.

Parts List of functions
Basic functions isalpha, isdigit, isalnum, isascii, isprint, strlen, memset, bzero, memcpy, memmove, strlcpy, strlcat, toupper, tolower, strchr, strrchr, strncmp, memchr, memcmp, strnstr, atoi, calloc, strdup
More functions 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

About

My own library of C functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published