Corewar documentation 1.0.0
|
The file containing the my_printf function. More...
#include "./my_printf/myprintf.h"
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. | |
The file containing the my_printf function.
int my_printf | ( | char const * | format, |
... ) |
Prints a string (format) with possible flags and format in stdout and returns the length the printed string.
format | The string to print |
... | The arguments to use with flags and format |