Skip to content

Latest commit

 

History

History
48 lines (46 loc) · 563 Bytes

README.md

File metadata and controls

48 lines (46 loc) · 563 Bytes

Libft

Grade 125/100

Libft (42cursus) 2022. In this project I built my own C library recreating the following system functions:

  • atoi
  • bzero
  • calloc
  • isalnum
  • isalpha
  • isascii
  • isdigit
  • isprint
  • itoa
  • lstadd_back
  • lstadd_front
  • lstclear
  • lstdelone
  • lstiter
  • lstlast
  • lstmap
  • lstnew
  • lstsize
  • memchr
  • memcmp
  • memcpy
  • memmove
  • memset
  • putchar_fd
  • putendl_fd
  • putnbr_fd
  • putstr_fd
  • split
  • strchr
  • strdup
  • striteri
  • strjoin
  • strlcat
  • strlcpy
  • strlen
  • strmapi
  • strncmp
  • strnstr
  • strrchr
  • strtrim
  • substr
  • tolower
  • toupper