You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project recreates the printf function from scratch, learning how to handle variable arguments and format different data types (%d, %s, %x, etc.) into readable output. It's a deep dive into how one of C's most essential functions actually works. Project done @42Lisboa.
This project recreates the printf function from scratch, learning how to handle variable arguments and format different data types (%d, %s, %x, etc.) into readable output. It's a deep dive into how one of C's most essential functions actually works. Project done @42Lisboa.