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

https://github.com/younesaassila/ft_printf-tester

yaassila's ft_printf tester
https://github.com/younesaassila/ft_printf-tester

42born2code ft-printf tester

Last synced: 12 months ago
JSON representation

yaassila's ft_printf tester

Awesome Lists containing this project

README

          

# ft_printf-tester

## Installation

```sh
git clone https://github.com/younesaassila/ft_printf-tester.git
cd ft_printf-tester
```

## Build

```sh
INCLUDE_DIR=../includes
LIBFT_DIR=../libft
make -C .. && make -C .. clean && cc -Wno-format -I$INCLUDE_DIR -I$LIBFT_DIR -o tester tester.c -L.. -lftprintf
```

## Usage

```sh
./tester
```