Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

holbertonschool-printf

This project contains the function _printf which will take a string with zero or more directives and a variable number of arguments.

Examples

_printf("Hello, string %s!", "string");
// Output: Hello, string string!
_printf("Hello, char %c!", "a");
// Output: Hello, char a!
_printf("Hello, int %i!", 98);
// Output: Hello, int 98!

Project progress

PROJECT STATUS: COMPLETE

  • can print integers
  • can print characters
  • can read in and recognise different formats

About

holbertonschool-printf

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages