Giddyspurz / printf

An implementation of the C printf function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

printf

  • receive the arguments
  • iterate through each argument
  • for each arg in list count number of characters in each excluding null byte
  • get the sum of total for all arguments passed

About

An implementation of the C printf function

License:MIT License


Languages

Language:C 100.0%