Skip to content

Shisoo64/Ft_Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔢 ft_printf

Because putnbr and putstr aren’t enough.

recode of the prinft function.

Accepted parameters : cspdiuxX%

🔩 Makefile

This project use Make, here are the commands to compile it

1. 🗜️Compiling the project :

$ make

2. 🧹Cleaning all binary (.o) and executable files (.a) :

$ make fclean

3. ✏️To use it in your code, simply include it's header :

#include "ft_prinft.h"

About

Because putnbr and putstr aren’t enough

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published