Explore the Subjetc »
The main goal of the project is to recreate the C standard library printf function, understanding about variadic functions being the academic goal. The function ft_printf should be able to take an indefinite number of parameters, the first of which is always a string. The flags that the function must handle are cspdiuxX%. It is not necessary to implement the buffer management of the original printf().
-
Mandatory Part
- Makefile
- ft_printf.h
- .c Files
- ft_printf
- ft_checkspecifier
- ft_printfc
- ft_printfd
- ft_printfp
- ft_printfs
- ft_printfs
- ft_printfu
- ft_printfx
-
Bonus Part
- Makefile
- Header
- .c files
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request