Skip to content

A function similar to "int printf(const char *format, ...)".

Notifications You must be signed in to change notification settings

ldusty/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Final Score 100/100

Create a function similar to int printf(const char *format, ...). Details in subject. All files must pass the norminette check.

Usage

make - to compile
make clean - to remove objects
make fclean - to remove objects and binary files
make re - to re-compile

About

A function similar to "int printf(const char *format, ...)".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published