42sh 1.0.0
Create a shell in C
|
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) |