NHariman / ft_printf

recreation of the prinft function, also handles undefined behaviour the way the original printf would.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codam Coding College Project: ft_printf

A simplified recreation of stdio's printf.

This project handles the following:

conversions: cspdiuxX%

flags: -0.* along with minimum field width for all conversions.

About

recreation of the prinft function, also handles undefined behaviour the way the original printf would.


Languages

Language:C 99.3%Language:Makefile 0.7%