/printf

An implementation of the C printf function

Primary LanguageCMIT LicenseMIT

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