https://github.com/babreton/42-ft_printf
Re-coding printf.
https://github.com/babreton/42-ft_printf
42 42-ft-printf 42-printf 42-projects 42school ft-printf42 ftprintf ftprintf42 printf printf-42
Last synced: 2 months ago
JSON representation
Re-coding printf.
- Host: GitHub
- URL: https://github.com/babreton/42-ft_printf
- Owner: BaBreton
- Created: 2023-09-07T09:20:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T13:29:37.000Z (over 1 year ago)
- Last Synced: 2025-01-07T01:40:05.409Z (4 months ago)
- Topics: 42, 42-ft-printf, 42-printf, 42-projects, 42school, ft-printf42, ftprintf, ftprintf42, printf, printf-42
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
![]()
![]()
# 42-Ft_printf
The Ft_printf project is a 42 school project that involves re-coding the printf function from the standard I/O c library. This project allows us to implement variadic functions for the first time, to take multiple parameters inside the printf function.
## Installation
You can get the libftprintf.a archive by running :
```bash
make
```And then add the lib to your project compilation with :
```bash
-L/path_to_ft_printf -lftprintf
```