Corewar documentation 1.0.0
|
The file containing the my_putstr_sized function. More...
#include "my.h"
Functions | |
int | my_putstr_sized (char const *str, int size) |
Prints a string (str) in stdout with a defined size (size) and returns the length of the printed string. | |
The file containing the my_putstr_sized function.
int my_putstr_sized | ( | char const * | str, |
int | size ) |
Prints a string (str) in stdout with a defined size (size) and returns the length of the printed string.
str | The string to print |
size | The size of the string |