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

https://github.com/guicdas/ft_printf_42

My version of Printf function for 42 Lisboa.
https://github.com/guicdas/ft_printf_42

printf printf-42 tokenizer

Last synced: 16 days ago
JSON representation

My version of Printf function for 42 Lisboa.

Awesome Lists containing this project

README

          

# FT_PRINTF

My version of printf for 42 Lisboa.

Missing bonus implementation due to having changed the code.
## Compiling

To compiling this project run

```bash
make
```

## Usage

To test, modify the main function as you wish.
```bash
./ft_printf
```

## Cloning

To clone the tester together with the project:

```bash
git clone --recurse-submodules
```