Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelwadoudmakh55/printf
Re-implementation of the C standard library function "printf"
https://github.com/abdelwadoudmakh55/printf
Last synced: 2 months ago
JSON representation
Re-implementation of the C standard library function "printf"
- Host: GitHub
- URL: https://github.com/abdelwadoudmakh55/printf
- Owner: AbdelwadoudMakh55
- Created: 2023-07-21T14:26:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T13:29:37.000Z (9 months ago)
- Last Synced: 2024-04-14T04:05:39.047Z (9 months ago)
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Re-implementation of the C standard library function "printf"
In this project I implemented my own version of the C standard library function "printf", using what I learned about variadic functions, functional programming, numeral systems, data types and pointers. I was able to understand a little bit how this function work and practice my C language skills.