Project: Code your own PRINTF with zero libraries
dr Jonas Birch dr Jonas Birch
2.07K subscribers
962 views
0

 Published On Apr 16, 2024

Printf() is actually a more advanced function than obvious at first glance. In this video I will show you how to write your own implementation, completely from scratch, and without any libraries - not even the standard C libraries.

To be able to solve this task, one must code own versions of the utility functions strlen, puts, putchar, itoa and others, as well as writing your own va_arg implementation in order to handle variable-length function parameters.

show more

Share/Embed