42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_putstr_error.c File Reference

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.
 

Detailed Description

The file containing the my_putstr_error function.

Author
Nicolas TORO

Function Documentation

◆ my_putstr_error()

int my_putstr_error ( char const * str)

Prints a string (str) in stderr.

Parameters
strThe string to print
Returns
int 84
Author
Nicolas TORO