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
- Host: GitHub
- URL: https://github.com/suiramdev/42-ft_printf
- Owner: suiramdev
- Created: 2022-11-15T09:54:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T22:57:23.000Z (about 3 years ago)
- Last Synced: 2025-02-25T16:40:01.551Z (about 1 year ago)
- Topics: 42, 42born2code, 42cursus, 42projects, 42school, printf, printf-42
- Language: C
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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