strerror

Syntax:

    #include <cstring>
    const char *strerror( int num );

The function strerror() returns an implementation defined string corresponding to num.

Related Topics: perror