https://github.com/magnitopic/ft_printf
Recreate the printf function
https://github.com/magnitopic/ft_printf
42cursus clang ft-printf42 printf printf-42
Last synced: 10 months ago
JSON representation
Recreate the printf function
- Host: GitHub
- URL: https://github.com/magnitopic/ft_printf
- Owner: magnitopic
- Created: 2022-10-01T15:40:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T07:33:01.000Z (about 3 years ago)
- Last Synced: 2025-03-12T21:23:18.970Z (over 1 year ago)
- Topics: 42cursus, clang, ft-printf42, printf, printf-42
- Language: C
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_printf
The goal of this project is pretty straightforward. You will recode printf(). You will mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)
# Compilation and ussage
```
make
```
Compile the ft_printf librarie with your program
```
gcc libftprintf.a yourProgram.c
```