Skip to content

danny099/printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Printf 📜

DESCRIPTION

_printf It is a function in charge of printing different types of formats, for example char, int, string

EXAMPLES

 print a string

 #include "holberton.h"
 int main()
 {
 char *var = "hello";
 return (_printf("%s", var));
 
 print a char
 
 #include "holberton.h"
 int main()
 {
 char *var = 'H';
 return (_printf("%c", var));
 }

AUTORS

  • Felipe Cubillos and Danny Martinez

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages