Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 528 Bytes

File metadata and controls

12 lines (11 loc) · 528 Bytes

printf

42 ft_printf old holygraph
No buffer management
Able to manage the following conversions: csp
Able to manage the following conversions: diouxX with the following flags: hh, h, l and ll
Able to manage the following conversion: f with the following flags: l and L (arbitrary-precision arithmetic)
Able to manage %%
Able to manage the flags #0-+ and space
Able to manage the minimum field-width
Able to manage the precision

Arbitrary-precision arithmetic guide (russian)