/ft_printf

Recoding printf function

Primary LanguageC

ft_printf

Recoding printf function.

Mandatory part

  • Prototype: int ft_printf(const char *, ...);
  • Format specifiers: cspdiuxX%
  • Flags: -0.* and minimum field width with all conversions

How to compile

make
make clean
gcc main.c libftprintf.a

Moulinette

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

Testers

Resources

Thank you

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