https://github.com/maricard18/42-printf
This project is about recreating printf() function.
https://github.com/maricard18/42-printf
42 42born2code 42projects 42school c printf printf-42 printf42
Last synced: about 1 year ago
JSON representation
This project is about recreating printf() function.
- Host: GitHub
- URL: https://github.com/maricard18/42-printf
- Owner: maricard18
- Created: 2022-11-25T11:54:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T02:32:55.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:28:11.627Z (about 1 year ago)
- Topics: 42, 42born2code, 42projects, 42school, c, printf, printf-42, printf42
- Language: C
- Homepage:
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_printf
## Recreating printf() function
This project is about recreating printf() function.
Project in rank 1 of 42 common core and was graded with the score of 100/100.
-> [Subject here](https://github.com/maricard18/42-printf/blob/main/extras/en.subject.pdf)
## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-printf
# Go into the repository
$ cd ft_printf
# Run make command
$ make
# Test it out!
```
---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)