https://github.com/achnouri/ft_printf
This project is about to recode printf. learn what is and how to implement variadic functions.
https://github.com/achnouri/ft_printf
c printf printf-42
Last synced: about 1 year ago
JSON representation
This project is about to recode printf. learn what is and how to implement variadic functions.
- Host: GitHub
- URL: https://github.com/achnouri/ft_printf
- Owner: achnouri
- Created: 2025-04-06T03:56:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-06T06:29:54.000Z (about 1 year ago)
- Last Synced: 2025-04-06T07:28:56.523Z (about 1 year ago)
- Topics: c, printf, printf-42
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_printf
This project is about to recode printf. learn what is and how to implement variadic functions.