Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 263 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 263 Bytes

printf

$ The project where we wrote the "Printf" function in C language
  • You can use "ft_printf" function like real "printf" function.
  • If you want use this project you should call "ft_printf("%d ...", i, ...);" like this prototype.