Skip to content

Recreate the same Printf function in C, with the same behaviors.

Notifications You must be signed in to change notification settings

sagigbriela/ft_printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_printf

Recreate the same Printf function in C, with the same behaviors.

There are several types of format specifiers that can be used in the printf() function, including:

  • %d or %i: Used to print integers
  • %f: Used to print floating point numbers
  • %c: Used to print characters
  • %s: Used to print strings
  • %x or %X: Used to print hexadecimal numbers
  • %p: Used to print pointers
  • %%: Used to print the % character

About

Recreate the same Printf function in C, with the same behaviors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published