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

https://github.com/hunam6/ft_printf

Simplified version of printf - Hive Helsinki (42 school)
https://github.com/hunam6/ft_printf

42 42projects ft-printf ftprintf hive hivehelsinki printf

Last synced: 4 months ago
JSON representation

Simplified version of printf - Hive Helsinki (42 school)

Awesome Lists containing this project

README

          


ft_printf


Simplified version of printf

## 🛠️ Installation

Compile ft_printf using `make` and compile your program with the freshly compiled `libftprintf.a`
Include `ft_printf.h` in your file.

## 📚 Usage

The same way you would use `printf` (`man printf`) but it only supports these specifiers: `c`, `s`, `p`, `d`, `i`, `u`, `x`, `X` and `%` without any modifier.