Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 229 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 229 Bytes

Exercise 3-6

Write a version of itoa that accepts three arguments instead of two. The third argument is a minimum field width; the converted number must be padded with blanks on the left if necessary to make it wide enough.