/Libft

This project is about coding a C library.

Primary LanguageC

Libft

Functions using <ctype.h>

ft_isalnum

ft_isalpha

ft_isascii

ft_isdigit

ft_isprint

ft_toupper

ft_tolower

Functions using <string.h>

ft_bzero

ft_memchr

ft_memcmp

ft_memcpy

ft_memmove

ft_memset

ft_strlen

ft_strlcpy

ft_strlcat

ft_strchr

ft_strdup

ft_strrchr

ft_strncmp

ft_strnstr

Functions using <stdlib.h>

ft_atoi

ft_calloc

Non-Standard 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

Linked List functions

ft_lstnew

ft_lstadd_front

ft_lstsize

ft_lstlast

ft_lstadd_back

ft_lstdelone

ft_lstclear

ft_lstiter

ft_lstmap