strerror
From C/C++ Reference
strerror
Syntax:
#include <cstring> char *strerror( int num );
The function strerror() returns an implementation defined string corresponding to num.
From C/C++ Reference
#include <cstring> char *strerror( int num );
The function strerror() returns an implementation defined string corresponding to num.