| 
    A-maze-D documentation 1.0.0
    
   | 
 
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 |