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

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 []
 

Detailed Description

The file containing the my_strerror function.

Author
Nicolas TORO

Function Documentation

◆ my_strerror()

const char * my_strerror ( int error)

Returns the error message of the error number (error)

Parameters
errorThe error number (errno)
Returns
char** The error message of the error number
Author
Nicolas TORO