Skip to content

Meetchou/ft_Printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FT_PRINTF

ft_printf consists in recoding printf and introduce the notion of variadic functions.

USAGE

make

include "ft_printf.h" to your .c files then compile :

gcc -Wall -Wextra -Werror [YOUR .c FILES] -o [YOUR EXEC] libftprintf.a

About

ft_printf 42

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors