Skip to content

codewithmigu/libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

libft

Reproduction of some functions from standard library and other useful helper functions.

• memset • bzero • memcpy • memccpy • memmove • memchr • memcmp • strlen • strdup • strcpy • strncpy • strcat • strncat • strlcat • strchr • strrchr • strstr • strnstr • strcmp • strncmp • atoi • isalpha • isdigit • isalnum • isascii • isprint • toupper • tolower

Own functions: •ft_memalloc •ft_memdel •ft_strnew •ft_strdel •ft_strclr •ft_striter •ft_striteri •ft_strmap •ft_strmapi •ft_strequ •ft_strnequ •ft_strsub •ft_strjoin •ft_strtrim •ft_strsplit •ft_itoa •ft_putchar •ft_putstr •ft_putendl •ft_putnbr •ft_putchar_fd •ft_putstr_fd •ft_putendl_fd •ft_putnbr_fd

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published