Recreating standard library functions like ft_putchar or ft_putstr using only the write function.
Accessing the exam is an exercise in following instructions ("RTFM"): Exam 01 Piscine 42
Exam 01 is a four-hour practical coding test held every Friday during the Piscine. It is designed to test your mastery of basic C programming concepts, specifically focusing on what you should have learned during the first week and a half of the program. A common "gatekeeper" topic for Exam 01 is
A common "gatekeeper" topic for Exam 01 is understanding argc and argv to write programs that respond to terminal input. Expert Tips for Passing
42-Piscine-C/Exam/Exam01/4-0-rostring/subject.en.txt at master
You only see the next exercise if you pass the current one. If you fail, the point value for that exercise often decreases on the next attempt. Expert Tips for Passing