Library /sys$common/syshlp/HELPLIB.HLB  —  TCPIP Services, Programming Interfaces, Socket API Functions, herror()
    Writes a message to standard error explaining h_error.
    Format
      #include  <netdb.h>
      void herror  (const char *string);

1  –  Argument

 string
    A user-printable string.

2  –  Description

    This function maps the error number in the external variable h_
    errno to a locale-dependent error message.
Close Help