Skip to content

leroidubuffet/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published