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

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.

Awesome Lists containing this project

README

        


BaBreton



language
language

# 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
```