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

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

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