The first project of the common-core of the school 42, where the main goal is to develop tools to the rest of the cursus
Find a file
2023-12-20 11:44:16 +01:00
ft_atoi.c Push libft 2023-11-14 13:31:56 +01:00
ft_bzero.c Push libft 2023-11-14 13:31:56 +01:00
ft_calloc.c Push libft 2023-11-14 13:31:56 +01:00
ft_isalnum.c Push libft 2023-11-14 13:31:56 +01:00
ft_isalpha.c Push libft 2023-11-14 13:31:56 +01:00
ft_isascii.c Push libft 2023-11-14 13:31:56 +01:00
ft_isdigit.c Push libft 2023-11-14 13:31:56 +01:00
ft_isprint.c Push libft 2023-11-14 13:31:56 +01:00
ft_itoa.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstadd_back.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstadd_front.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstclear.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstdelone.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstiter.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstlast.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstmap.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstnew.c Push libft 2023-11-14 13:31:56 +01:00
ft_lstsize.c Push libft 2023-11-14 13:31:56 +01:00
ft_memchr.c Push libft 2023-11-14 13:31:56 +01:00
ft_memcmp.c Push libft 2023-11-14 13:31:56 +01:00
ft_memcpy.c Push libft 2023-11-14 13:31:56 +01:00
ft_memmove.c Push libft 2023-11-14 13:31:56 +01:00
ft_memset.c Push libft 2023-11-14 13:31:56 +01:00
ft_putchar_fd.c Push libft 2023-11-14 13:31:56 +01:00
ft_putendl_fd.c Push libft 2023-11-14 13:31:56 +01:00
ft_putnbr_fd.c Push libft 2023-11-14 13:31:56 +01:00
ft_putstr_fd.c Update ft_putstr_fd.c 2023-12-02 07:11:19 +01:00
ft_split.c Push libft 2023-11-14 13:31:56 +01:00
ft_strchr.c Push libft 2023-11-14 13:31:56 +01:00
ft_strdup.c Push libft 2023-11-14 13:31:56 +01:00
ft_striteri.c Push libft 2023-11-14 13:31:56 +01:00
ft_strjoin.c Push libft 2023-11-14 13:31:56 +01:00
ft_strlcat.c Update ft_strlcat.c 2023-12-02 07:10:19 +01:00
ft_strlcpy.c Push libft 2023-11-14 13:31:56 +01:00
ft_strlen.c Push libft 2023-11-14 13:31:56 +01:00
ft_strmapi.c Push libft 2023-11-14 13:31:56 +01:00
ft_strncmp.c Push libft 2023-11-14 13:31:56 +01:00
ft_strnstr.c Push libft 2023-11-14 13:31:56 +01:00
ft_strrchr.c Push libft 2023-11-14 13:31:56 +01:00
ft_strtrim.c Push libft 2023-11-14 13:31:56 +01:00
ft_substr.c Update ft_substr.c 2023-12-04 23:50:10 +01:00
ft_tolower.c Push libft 2023-11-14 13:31:56 +01:00
ft_toupper.c Push libft 2023-11-14 13:31:56 +01:00
libft.h Push libft 2023-11-14 13:31:56 +01:00
Makefile Editing the Makefile 2023-12-20 11:44:16 +01:00
README.md Adding banner 2023-11-23 14:08:33 +01:00
subject_english.pdf Adding the subject 2023-11-14 14:44:37 +01:00

banner

This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your whole cursus.

Keywords Skills
Unix Logic Algorithms & AI
Imperative programming
Rigor