Recoding printf function.
- Prototype:
int ft_printf(const char *, ...);
- Format specifiers: cspdiuxX%
- Flags: -0.* and minimum field width with all conversions
make
make clean
gcc main.c libftprintf.a
You have been graded 100 on ft_printf:
test_spdxiucpercent: 8/8 correct functions | test_fields: 4/4 correct functions | bonus_test: 0/11 correct functions
- https://github.com/Mazoise/42TESTERS-PRINTF
- https://github.com/gavinfielder/pft
- https://github.com/cclaude42/PFT_2019
- https://pubs.opengroup.org/onlinepubs/9699919799/functions/fprintf.html
- https://docs.google.com/document/d/1znc7N5ua3WC1PhGcirRhtadHYSrPK3wxTApMdlJXYes/edit?pli=1#
printf looks hard at first but I would like to thank you guys for always helping, encouraging and ready to discuss improvement of code ... this journey has been awesome thanks to you :D