Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 461 Bytes

File metadata and controls

10 lines (6 loc) · 461 Bytes

Printf

My own

Supports csp, diouxX conversations with 'h, hh, l, ll' len mods and #,0,' ', -, +, field width and precision ofc. It can print float numbers with 100% precision too.

For implementation 100% precision when print float numbers i used bit fields, bit shifts and long arithmetic algorithms.

alt_text

alt_text