Skip to content

nicolasportela/printf

Repository files navigation

_PRINTF PROJECT

This is a custom printf function made for Holberton School.

Used prototype: int _printf(const char *format, ...);

Starting

You can execute the man using (man ./man_3_printf) commands in the shell.

Features:

%c : with a char argument, prints that char

%s : with a string argument, prints that string

%d : with an integer argument, prints that integer

%i : with an integer argument, prints that integer

%% : will print out just one of the percentage signs

Authors

-Nicolas Portela

-Alexis Oreiro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages