Table of Contents
Previous Section Next Section

strerror

#include <string.h>char *strerror(int errnum);

The strerror( ) function returns a pointer to an implementation-defined string associated with the value of errnum. Under no circumstances should you modify the string.


Table of Contents
Previous Section Next Section