Skip to content

Youssef2id/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Description

This project aims at rebuilding the printf library with basic functionality. I tried to implement as much of the original as possible, and also have a few extra things which I found to be rather useful.

Prototype Of ft_printf:

int ft_printf(const char *format, ...);

MAKEFILES RULES:

Rule Description
all compile all the files in a library called libft printf.a
re to recompile
test to compile the main.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published