Library That Contains ft_printf, Function That Mimic the Real Printf
-
Updated
Jan 27, 2023 - C
Library That Contains ft_printf, Function That Mimic the Real Printf
1337 - 42 cursus (ft_printf project)
O projeto ft_printf é uma implementação personalizada da função printf em C. Ele suporta vários especificadores de formato, como %s, %d, %x, entre outros, e exige o gerenciamento de variáveis de argumentos com va_list.
Introduction to variadic functions through a basic implementation of printf
Project 3: get_next_line - Third project for the formation of software engineers at school 42 São Paulo.
Add a description, image, and links to the stdarg topic page so that developers can more easily learn about it.
To associate your repository with the stdarg topic, visit your repo's landing page and select "manage topics."