Skip to content

cschm1ed/libft-a-C-standard-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libft----a-c-standard-library

--A collection of c standard functions--

The first project of the 42-Cursus (libft) consists of recoding some C-standard functions. Understanding how these fundamental functions work in detail is necessary to write secure and safe applications. The libft library will be updated and expanded throughout the 42-Cursus.

Below is a list of functions included in this library, organized by category.

String and Character Manipulation

ft_atoi
ft_isalnum
ft_isalpha
ft_isascii
ft_isdigit
ft_isprint
ft_itoa
ft_strchr
ft_strdup
ft_striteri
ft_strjoin
ft_strlcat
ft_strlcpy
ft_strlen
ft_strmapi
ft_strncmp
ft_strnstr
ft_strrchr
ft_strtrim
ft_substr
ft_tolower
ft_toupper

Memory Management

ft_bzero
ft_calloc
ft_memchr
ft_memcmp
ft_memcpy
ft_memmove
ft_memset

Linked Lists

ft_lstadd_back
ft_lstadd_front
ft_lstclear
ft_lstdelone
ft_lstiter
ft_lstlast
ft_lstmap
ft_lstnew
ft_lstsize

printing strings

ft_printf
ft_putchar_fd
ft_putendl_fd
ft_putnbr_fd
ft_putstr_fd

Releases

No releases published

Packages

No packages published