https://github.com/rinatmambetov/ft-printf-42school
You will discover a popular and versatile C function: printf()
https://github.com/rinatmambetov/ft-printf-42school
42projects 42school ft-printf
Last synced: 8 months ago
JSON representation
You will discover a popular and versatile C function: printf()
- Host: GitHub
- URL: https://github.com/rinatmambetov/ft-printf-42school
- Owner: RinatMambetov
- License: gpl-3.0
- Created: 2022-11-08T10:23:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T18:05:17.000Z (over 3 years ago)
- Last Synced: 2025-08-22T05:46:29.249Z (8 months ago)
- Topics: 42projects, 42school, ft-printf
- Language: C
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ft-printf-42school (my grade is 101/100)
You will discover a popular and versatile C function: printf()
This exercise is a greatopportunity to improve your programming skills. It is of moderate difficulty.
You will discovervariadic functionsinC.The key to a successfulft_printfis a well-structured and extensible code.