Skip to content

My personal library of C functions used in projects os 42 São Paulo

Notifications You must be signed in to change notification settings

oskadoskaposka/Libft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Libft

Why use other people functions when you can create your own?

Project Status

Ale Paduan's 42Project Score


Index

Part 0 - Makefile

Function create code correct
Makefile ✔️ ✔️ ✔️

Back to top

Part 1 - Libc functions

Function create code correct
memset ✔️ ✔️ ✔️
bzero ✔️ ✔️ ✔️
memcpy ✔️ ✔️ ✔️
memccpy ✔️ ✔️ ✔️
memmove ✔️ ✔️ ✔️
memchr ✔️ ✔️ ✔️
memcmp ✔️ ✔️ ✔️
strlen ✔️ ✔️ ✔️
strlcpy ✔️ ✔️ ✔️
strlcat ✔️ ✔️ ✔️
strchr ✔️ ✔️ ✔️
strrchr ✔️ ✔️ ✔️
strnstr ✔️ ✔️ ✔️
strncmp ✔️ ✔️ ✔️
atoi ✔️ ✔️ ✔️
isalpha ✔️ ✔️ ✔️
isdigit ✔️ ✔️ ✔️
isalnum ✔️ ✔️ ✔️
isascii ✔️ ✔️ ✔️
isprint ✔️ ✔️ ✔️
toupper ✔️ ✔️ ✔️
tolower ✔️ ✔️ ✔️

Back to top

Part 2 - Malloc use

Function create code correct
calloc ✔️ ✔️ ✔️
strdup ✔️ ✔️ ✔️

Back to top

Part 3 - Additional functions

Function create code correct
ft_substr ✔️ ✔️ ✔️
ft_strjoin ✔️ ✔️ ✔️
ft_strtrim ✔️ ✔️ ✔️
ft_split ✔️ ✔️ ✔️
ft_itoa ✔️ ✔️ ✔️
ft_strmapi ✔️ ✔️ ✔️
ft_putchar_fd ✔️ ✔️ ✔️
ft_putstr_fd ✔️ ✔️ ✔️
ft_putendl_fd ✔️ ✔️ ✔️
ft_putnbr_fd ✔️ ✔️ ✔️

Back to top

Part 4 - Personal functions

Function create code correct
ft_isspace ✔️ ✔️ ✔️
ft_transform_sign ✔️ ✔️ ✔️
ft_uitoa ✔️ ✔️ ✔️
ft_itoh ✔️ ✔️ ✔️
ft_find ✔️ ✔️ ✔️
ft_nnl_strlen ✔️ ✔️ ✔️

Back to top


Visitors badge

About

My personal library of C functions used in projects os 42 São Paulo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published