Skip to content

Le projet holbertonschool-printf est une réimplémentation en C de la fonction standard printf. Il prend en charge les spécificateurs %s, %c, %d, %i et %b, avec une architecture modulaire facilitant l'ajout de nouveaux formats.

Notifications You must be signed in to change notification settings

hugo-chilemme/holbertonschool-printf

Repository files navigation

_printf - The twin brother!

Dear printf, I am writing to you on repo to tell you that you are an example to copy, to copy perhaps for the better!

How to use it 🤔

  1. Include main.h in your file

  2. Just use it as it was printf but with a dash in front! _printf("Hello %s !", "World");

You can use it 🏀

%s — For string (char *)

%c — For char (char)

They are on their way 🚚

%i — For integer (int)

%d — For integer (int)

%b — For binary conversion (int)

About

Le projet holbertonschool-printf est une réimplémentation en C de la fonction standard printf. Il prend en charge les spécificateurs %s, %c, %d, %i et %b, avec une architecture modulaire facilitant l'ajout de nouveaux formats.

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages