Skip to content

paulzhironkin/ft_printf

Repository files navigation

Ecole 42: ft_printf

In this project I recreated basic functional of standart printf() function

Ft_printf made as part of the "libftprintf" library, which creates atfer compiling project.

How to build:

Clone repo and type:

$ make

To clean object files:

$ make clean

To clean object and library files:

$ make fclean

To remake:

$ make re

After "make" libftprintf.a library file can be used in projects

Functionality:

Ft_printf replicates basic behaviour of printf().

Implemented flags: cspdiuxX%

About

Basic recreation of the Standart C library printf() function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors