Skip to content

Latest commit

 

History

History
58 lines (55 loc) · 774 Bytes

README.md

File metadata and controls

58 lines (55 loc) · 774 Bytes

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