Skip to content

Latest commit

 

History

History
63 lines (55 loc) · 1.03 KB

File metadata and controls

63 lines (55 loc) · 1.03 KB

Libft

Description

The aim of this project is to code a C library regrouping usual functions that you’ll be allowed to use in all your other projects.

Usage

make will compile a libft.a binary.

Functions

  • ft_atod
  • ft_atoi
  • ft_bzero
  • ft_calloc
  • ft_isalnum
  • ft_isalpha
  • ft_isascii
  • ft_isdigit
  • ft_isprint
  • ft_itoa
  • ft_lstadd_back
  • ft_lstadd_front
  • ft_lstclear
  • ft_lstdelone
  • ft_lstiter
  • ft_lstlast
  • ft_lstmap
  • ft_lstnew
  • ft_lstsize
  • ft_memccpy
  • ft_memchr
  • ft_memcmp
  • ft_memcpy
  • ft_memmove
  • ft_memset
  • ft_printf
  • ft_putchar_fd
  • ft_putendl_fd
  • ft_putnbr_fd
  • ft_putstr_fd
  • ft_split
  • ft_strchr
  • ft_strdup
  • ft_strjoin
  • ft_strlcat
  • ft_strlcpy
  • ft_strlen
  • ft_strlen_c
  • ft_strmapi
  • ft_strncmp
  • ft_strnstr
  • ft_strrchr
  • ft_strtrim
  • ft_substr
  • ft_tolower
  • ft_toupper
  • get_next_line
  • ft_printf