| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_strerror function. More...
#include "my.h"Functions | |
| const char * | my_strerror (int error) | 
| Returns the error message of the error number (error)   | |
Variables | |
| const char * | error_list [] | 
The file containing the my_strerror function.
| const char * my_strerror | ( | int | error | ) | 
Returns the error message of the error number (error)
| error | The error number (errno) |