Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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"

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.