/Printf

In this project I replicated the behavior of the printf function from the stdio.h library, so I learned how to create argument lists with va_list, va_start and va_end. I also learned how to handle different format specifiers like %d for integers, %s for strings, and %f for floating-point numbers. Lastly, i again consolidated my Makefile knowledge.

Primary LanguageC

Watchers