Skip to content

dannyfriedrich/ft_printf

Repository files navigation

ft_printf is the first project on the AI branch of School 42.

Assignment overview: Recode the libc's printf function with the conversions cspdiouxX and float. The program should also manage the flags hh, h, ll, l, L, #, 0, -, +; as well as minimum field-width and precision.
The only authorised functions are: write, malloc, free, exit, and the ones from stdarg.

Authors: Danielly Friedrich (dfreire) and Beatriz Bremer (bbremer)

Final grade: 105

About

Recoding the libc's printf function from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published