https://github.com/dsite42/ft_printf
42 Project - ft_printf - This project is about to write our own printf function by understanding and using variadic functions.
https://github.com/dsite42/ft_printf
42 ft-printf printf
Last synced: about 1 year ago
JSON representation
42 Project - ft_printf - This project is about to write our own printf function by understanding and using variadic functions.
- Host: GitHub
- URL: https://github.com/dsite42/ft_printf
- Owner: Dsite42
- Created: 2023-01-27T17:50:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T19:59:41.000Z (over 2 years ago)
- Last Synced: 2025-01-14T00:14:51.127Z (over 1 year ago)
- Topics: 42, ft-printf, printf
- Language: C
- Homepage:
- Size: 1.29 MB
- 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 write our own printf function by understanding and using variadic functions;
printf -> int ft_printf(const char *, ...);

[Subject PDF](subject-ft_printf.pdf)