Rurikide / 42.FT_PRINTF_BONUS

Complete version of my ft_printf with bonus (width, precision, * & flags). Using an ENUM and the binary operator "| OR" to scan the flags instead of switches/toggle (on/off 1,0).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Complete version of my ft_printf with bonus (width, precision, * & flags). Using an ENUM and the binary operator "| OR" to scan the flags instead of switches/toggle (on/off 1,0).


Languages

Language:C 95.2%Language:Makefile 4.8%