Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 325 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 325 Bytes

ft_printf

Description

This project is a recoding of the libc’s printf function.

Following flags are supported:

%d
%D
%i
%x
%X
%o
%O
%u
%U
%p
%s
%S
%c
%C

The Norm

Project is written in accordance with the Norm (SNAKE_CASE, maximum of 25 lines per function, tabulations before function names etc).