ft_printf.c was split to files to satisfy max 5 functions per file.
authorLukas Jiriste <ljiriste@student.42prague.com>
Tue, 5 Sep 2023 10:30:07 +0000 (12:30 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Tue, 5 Sep 2023 10:30:07 +0000 (12:30 +0200)
commit307f4821cd651a31fd5538f6cecc14f31d408570
treee8f2bd1054bf52403ebd8476e1d7a5612a527179
parent1bc84f39ee38d26ec53f7aaab038f531453b2ff2
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.
.gitmodules
Libft
Makefile [new file with mode: 0644]
conversion.c [new file with mode: 0644]
formatting.c [new file with mode: 0644]
ft_printf.c
ft_printf.h [new file with mode: 0644]
padding.c [new file with mode: 0644]
parsing.c [new file with mode: 0644]