42sh 1.0.0
Create a shell in C
|
The file containing the my_putstr function. More...
#include "my.h"
Functions | |
int | my_putstr (char const *str) |
Writes a string (str) in stdout and returns the length of the printed string. | |
The file containing the my_putstr function.
int my_putstr | ( | char const * | str | ) |
Writes a string (str) in stdout and returns the length of the printed string.
str | The string to print |