logankaser / ft_printf

Toy printf implementation for 42

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

!! Warning !!

This printf was written this way on a dare.
While it will technically pass the norm, you should not emulate it, in fact, please don't.
For a more optimized and updated version see my libft.

About

Toy printf implementation for 42


Languages

Language:C 96.5%Language:Makefile 3.5%