8000 GitHub - notestarck/libft-42
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

notestarck/libft-42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libft Ecole 42

Library of usual functions. First project of the Ecole 42.

Languages

  • C

How to compile

In your terminal

libft-42 » make

How to delete

In your terminal

To delete .o files

libft-42 » make clean

To delete libft.a

libft-42 » make fclean

How to use it

Include the library in the makefile of your project

LIBS	=	-L./ -lft

Library functions

Add 06/10/22 :

ft_strcmp.c

First Version :

ft_lstiter.c		ft_lstlast.c		ft_strdup.c
ft_lstmap.c		ft_striteri.c		ft_strchr.c	
ft_atoi.c		ft_lstnew.c		ft_strjoin.c
ft_bzero.c		ft_lstsize.c		ft_strlcat.c
ft_calloc.c		ft_memchr.c		ft_strlcpy.c
ft_isalnum.c		ft_memcmp.c		ft_strlen.c
ft_isalpha.c		ft_memcpy.c		ft_strmapi.c
ft_isascii.c		ft_memmove.c		ft_strncmp.c
ft_isdigit.c		ft_memset.c		ft_strnstr.c
ft_isprint.c		ft_putchar_fd.c		ft_strrchr.c
ft_itoa.c		ft_putendl_fd.c		ft_strtrim.c
ft_lstadd_back.c	ft_putnbr_fd.
555B
c		ft_substr.c
ft_lstadd_front.c	ft_putstr_fd.c		ft_tolower.c
ft_lstclear.c		ft_split.c		ft_toupper.c
ft_lstdelone.c

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0