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

https://github.com/artainmo/ft_printf-unittest

Personal project. A unit-test written in C for 42 school's ft_printf project, being a C project with limited access to functions wherein we need to rewrite the printf function.
https://github.com/artainmo/ft_printf-unittest

42school c personal-project unittest

Last synced: over 1 year ago
JSON representation

Personal project. A unit-test written in C for 42 school's ft_printf project, being a C project with limited access to functions wherein we need to rewrite the printf function.

Awesome Lists containing this project

README

          

# ft_printf-unittest

A unit-test written in C for 42 school's [ft_printf](https://github.com/artainmo/ft_printf) project, being a C project with limited access to functions wherein we need to rewrite the printf function.