Skip to content

This project is a function that mimics the libc printf function!

Notifications You must be signed in to change notification settings

hakamdev/PRINTF_MIMIC

Repository files navigation

PRINTF_MIMIC

This project is a function that mimics the libc printf function!

Makefile Rules

$> make ###creates the libftprintf.a library!
$> make NAME=<name.a> ###creates the library with the given <name.a>!
$> make clean ###cleans up the object files (*.o)!
$> make fclean ###cleans up the whole project (*.o & *.a)!
$> make re ###rebuilds the libftprintf.a!
$> make norm ###checks the *.c & *.h files for norm errors!

The Ft_printf Support

My ft_printf support the following formats: %D %d %i %u %x %X %p %c %s %%
And the following flgas: - 0 . *

About

This project is a function that mimics the libc printf function!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages