#include <string.h>
char *strerror(int errno);
strerror() returns an error message appropriate for error number errno.
A pointer to the message string.
perror()