/libft

Primary LanguageC

Libft

Installation :


git clone https://github.com/SinhB/libft.git & cd libft & make

Create my own lib in C including the following functions :

• get_next_line
• ft_printf
• ft_dprintf
• ft_memset
• ft_bzero
• ft_memalloc
• ft_memcpy
• ft_memccpy
• ft_memmove
• ft_memchr
• ft_memcmp
• ft_memdel
• ft_strnew
• ft_strlen
• ft_strdup
• ft_strcpy
• ft_strncpy
• ft_strcat
• ft_strncat
• ft_strlcat
• ft_strchr
• ft_strrchr
• ft_strstr
• ft_strnstr
• ft_strcmp
• ft_strncmp
• ft_strdel
• ft_strequ
• ft_strfind
• ft_striter
• ft_striteri
• ft_strjoin
• ft_strmap
• ft_strmapi
• ft_strsplit
• ft_strtrim
• ft_str_is_alpha
• ft_str_is_lowercase
• ft_str_is_uppercase
• ft_str_toupper
• ft_strcapitalize
• ft_atoi
• ft_atoi_base
• ft_atoll
• ft_isalpha
• ft_isdigit
• ft_isalnum
• ft_isascii
• ft_isbase
• ft_isblank
• ft_islower
• ft_isupper
• ft_iswhitespace
• ft_isprint
• ft_toupper
• ft_tolower
• ft_itoa
• ft_itoa_base
• ft_lltoa_base
• ft_lstadd
• ft_lstdel
• ft_lstdelone
• ft_lstiter
• ft_lstmap
• ft_lstnew
• ft_putchar
• ft_putchar_fd
• ft_putendl
• ft_putendl_fd
• ft_puthexa
• ft_putnbr
• ft_putnbr_base
• ft_putnbr_fd
• ft_putstr
• ft_putstr_fd
• ft_putwchar
• ft_putwchar_fd
• ft_recursive_factorial
• ft_sqrt
• ft_wchar