42sh 1.0.0
Create a shell in C
|
The file containing the my_putstr_error function. More...
#include "my.h"
Functions | |
int | my_putstr_error (char const *str) |
Prints a string (str) in stderr. | |
The file containing the my_putstr_error function.
int my_putstr_error | ( | char const * | str | ) |
Prints a string (str) in stderr.
str | The string to print |