https://github.com/yamzil/ft_printf
This project is pretty straight forward. You will recode printf. Fortunetaly you will be able to reuse it in future projects as a legit function of your libft. You will mainly learn how to use variadic arguments.
https://github.com/yamzil/ft_printf
cprogramming-language printf-42 variadic-functions
Last synced: 9 months ago
JSON representation
This project is pretty straight forward. You will recode printf. Fortunetaly you will be able to reuse it in future projects as a legit function of your libft. You will mainly learn how to use variadic arguments.
- Host: GitHub
- URL: https://github.com/yamzil/ft_printf
- Owner: Yamzil
- Created: 2021-12-10T22:21:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T21:30:11.000Z (over 4 years ago)
- Last Synced: 2025-03-13T10:25:05.320Z (about 1 year ago)
- Topics: cprogramming-language, printf-42, variadic-functions
- Language: C
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_printf
This project is pretty straight forward. You will recode printf. Fortunetaly you will be able to reuse it in future projects as a legit function of your libft. You will mainly learn how to use variadic arguments.