vuslysty / ft_printf

This function will be full representation of original printf.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

This function will be full representation of original printf.

Are you tired of using alternatively ft_putstr and ft_putnbr for your displays? You don’t have the right to use printf? Re-code your own! This is a good time to discover a C feature: variadic functions, and to train your display options management skills. You will then be able to use your printf in all future projects.

About

This function will be full representation of original printf.


Languages

Language:C 99.0%Language:CMake 0.8%Language:Makefile 0.2%