https://github.com/siddami/printf
https://github.com/siddami/printf
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siddami/printf
- Owner: Siddami
- Created: 2024-02-02T12:40:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T16:46:12.000Z (over 2 years ago)
- Last Synced: 2025-03-20T21:59:35.259Z (about 1 year ago)
- Language: C
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project in C programming is like creating a copy of printf, which is a function in the C library found in the stdio.h header file. Printf() is used to display or print formatted texts with various data types. The goal here is to make our own version of the printf() function.