/ft_printf

ft_printf is a 42 School project to create a function that behaves like the standard printf function in C. Handles various format specifiers and flags, including integers, characters, and strings. Teaches working with variadic functions in C and writing efficient code.

Primary LanguageC

No issues in this repository yet.