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

https://github.com/carlosrocha-dev/variadic_test

Study of how to write C functions with variable argument lists.
https://github.com/carlosrocha-dev/variadic_test

42cursus c-language print variadic-arguments

Last synced: about 2 months ago
JSON representation

Study of how to write C functions with variable argument lists.

Awesome Lists containing this project

README

        

# Variadic test

## Testing to build my own printf function in c

:heart: Based on Jacob`s video (https://www.youtube.com/watch?v=S-ak715zIIE)