Skip to content

DailyWind00/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

ft_printf ✅100/100

Recreate the C function printf

First use of the va_arg library (variadic functions)

The function ft_printf will be added to the libft library

  • ft_printf subject

My ft_printf pass the francinette tester :

To get the function in the static library, you must do these commands :

cd ft_printf
make

You also have these commands for cleaning the ft_printf directory :

# Clean all object files (*.o)
make clean

# Clean static library & object files
make fclean

# Clean everything and recompile the static library
make re

About

Recreate the C function printf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages