42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_printf.c File Reference

The file containing the my_printf function. More...

Functions

int my_printf (char const *format,...)
 Prints a string (format) with possible flags and format in stdout and returns the length the printed string.
 

Detailed Description

The file containing the my_printf function.

Author
Nicolas TORO

Function Documentation

◆ my_printf()

int my_printf ( char const * format,
... )

Prints a string (format) with possible flags and format in stdout and returns the length the printed string.

Parameters
formatThe string to print
...The arguments to use with flags and format
Returns
int The number of printed characters
Author
Nicolas TORO and Gianni TUERO