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.
- Host: GitHub
- URL: https://github.com/artainmo/ft_printf-unittest
- Owner: artainmo
- Created: 2020-09-24T09:30:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T15:25:56.000Z (about 3 years ago)
- Last Synced: 2025-01-22T15:32:22.506Z (over 1 year ago)
- Topics: 42school, c, personal-project, unittest
- Language: C
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.