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

https://github.com/suiramdev/42-ft_printf

📓 ft_printf, is a project from the 42 school curriculum, which reproduces the C printf function, except for some details
https://github.com/suiramdev/42-ft_printf

42 42born2code 42cursus 42projects 42school printf printf-42

Last synced: 8 months ago
JSON representation

📓 ft_printf, is a project from the 42 school curriculum, which reproduces the C printf function, except for some details

Awesome Lists containing this project

README

          

> **WARNING** The "printf" project follows the norms set by the school 42, which some people may not agree with. Some users may feel that the structure of the project does not look aesthetically pleasing or intuitive due to the constraints imposed by these norms. However, it is important to remember that the purpose of the "printf" project is to teach students certain programming concepts and techniques, and the strict adherence to the norms set by the school is necessary to ensure that students are able to learn these concepts effectively.

# printf

printf, is a project from the 42 school curriculum, which reproduces the C printf function, except for some details