42 Libft Project
Find a file
2025-11-07 16:26:36 +00:00
ft_printf@45132bc9b5 Added my own printf as a sumodule. 2025-05-26 23:44:18 +01:00
get_next_line@bfb40d566e Updated get_next_line for fix. 2025-11-07 16:26:36 +00:00
.gitmodules GNL function successfully added. 2025-08-12 15:17:09 +01:00
ft_atoi.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_bzero.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_calloc.c Fixed error on calloc. 2025-04-23 15:37:31 +01:00
ft_isalnum.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_isalpha.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_isascii.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_isdigit.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_isprint.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_itoa.c Fixed messed up header. 2025-04-22 12:28:11 +01:00
ft_memchr.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_memcmp.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_memcpy.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_memmove.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_memset.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_putchar_fd.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_putendl_fd.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_putnbr_fd.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_putstr_fd.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_split.c Finished split. Makefile and libft should be done, minor fix on strdup. Might start bonus tomorrow. 2025-04-21 17:21:09 +01:00
ft_strchr.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_strdup.c Finished split. Makefile and libft should be done, minor fix on strdup. Might start bonus tomorrow. 2025-04-21 17:21:09 +01:00
ft_striteri.c Fixed strjoin, finished strmapi and striteri, started strtrim. 2025-04-17 15:49:07 +01:00
ft_strjoin.c Minor optimization on strjoin. 2025-05-26 16:25:32 +01:00
ft_strlcat.c Misc fixes, finishing Part 1 tomorrow. 2025-04-14 16:13:50 +01:00
ft_strlcpy.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_strlen.c Fixed prototype on strlen to match manual definition. 2025-04-24 12:01:02 +01:00
ft_strmapi.c Fixed strjoin, finished strmapi and striteri, started strtrim. 2025-04-17 15:49:07 +01:00
ft_strncmp.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_strnstr.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_strrchr.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_strtrim.c Fixed messed up header. 2025-04-22 12:28:11 +01:00
ft_substr.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_tolower.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
ft_toupper.c Fixed headers for all functions. 2025-04-21 11:13:01 +01:00
libft.h GNL function successfully added. 2025-08-12 15:17:09 +01:00
LICENSE Initial commit 2025-04-07 16:35:47 +01:00
Makefile GNL function successfully added. 2025-08-12 15:17:09 +01:00
README.md Update README.md 2025-05-16 12:48:22 +01:00

42-Libft

42 Libft Project.

Mark achieved: 100/100.

Main branch is updated overtime to include additional functions I make.

Original branch has the project as I originally delivered it.

Bonus branch has a few of the bonus functions, which I ended up not doing.