summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lukas Jiriste [Tue, 5 Sep 2023 10:30:07 +0000 (12:30 +0200)]
ft_printf.c was split to files to satisfy max 5 functions per file.
ft_printf.h was created for structures and forward declarations
to support this split.
Makefile was written to build the library.
Libft was updated to include potentially useful functions.
TESTING IS NEEDED.
Lukas Jiriste [Sat, 26 Aug 2023 05:59:25 +0000 (07:59 +0200)]
ft_print.c now conforms to the Norm (except function number).
Not all functionality is yet provided (notably %%, other need to be found by testing).
New version of Libft is used.
Lukas Jiriste [Thu, 24 Aug 2023 07:03:44 +0000 (09:03 +0200)]
Everything is broken, so I'm committing changes to ft_printf so I don't have to worry about losing changes.
(Changed author as I haven't set author and a default was used)
Lukas Jiriste [Fri, 18 Aug 2023 14:17:59 +0000 (16:17 +0200)]
Added Libft as a submodule to learn more about git.
Lukas Jiriste [Thu, 17 Aug 2023 14:10:35 +0000 (16:10 +0200)]
File under construction - first steps.
Does not compile nor comply with norminette.