Nik-Ark / ft_printf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_printf

Analog of Printf function made from scratch (no floating point values)

Purpose of this project is to build Printf function from scratch.

Installation

cd ft_printf
make

About


Languages

Language:C 96.5%Language:Makefile 3.5%