Writes a message to standard error explaining h_error.
Format
#include <netdb.h>
void herror (const char *string);
Arguments
- string
- A user-printable string.
Description
The herror routine maps the error number in the external
variable h_errno to a locale-dependent error message.
Previous Page | Next Page | Table of Contents | Index