strerror
Syntax: #include <string.h> char *strerror( int num ); The function strerror() returns an implementation defined string corresponding to num. |
strerror
Syntax: #include <string.h> char *strerror( int num ); The function strerror() returns an implementation defined string corresponding to num. |