Corewar documentation 1.0.0
|
The file containing the my_fprintf function. More...
#include "./my_printf/myprintf.h"
Functions | |
int | my_fprintf (int fd, char const *format,...) |
Writes a string (format) with possible flags and format in a file descriptor (fd) and returns the length the printed string. | |
The file containing the my_fprintf function.
int my_fprintf | ( | int | fd, |
char const * | format, | ||
... ) |
Writes a string (format) with possible flags and format in a file descriptor (fd) and returns the length the printed string.
format | The string to print |
... | The arguments to use with flags and format |