https://github.com/haletran/42_ft-printf
Reproduce printf
https://github.com/haletran/42_ft-printf
Last synced: over 1 year ago
JSON representation
Reproduce printf
- Host: GitHub
- URL: https://github.com/haletran/42_ft-printf
- Owner: Haletran
- License: mit
- Created: 2024-05-03T18:00:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T18:02:04.000Z (about 2 years ago)
- Last Synced: 2025-01-11T18:41:59.815Z (over 1 year ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ft_Printf
***Because ft_putnbr() and ft_putstr() aren’t enough***
The goal of this project is pretty straightforward. You will recode printf().
You will mainly learn about using a variable number of arguments. How cool is that??
It is actually pretty cool :)