Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 277 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 277 Bytes

ft_printf

The project that aim on recreating system function "printf"

Implemented conversions: sSpdDioOuUxXcC%

Extra conversion: b - turns number to binary.

Implemented flags: #, 0, ' ', -, +, *, precision, and width

Implemented casting flags: ll, hh, l, h, j, and z.