VMS Help  —  TCPIP Services, Programming Interfaces, Socket API Functions, gethostname()
    Returns the fully-qualified name of the local host.
    Format
      #include  <types.h>
      #include  <socket.h>
      int gethostname  ( char *name, int namelen) ; (_DECC_V4_SOURCE)
      int gethostname  ( char *name, size_t namelen) ;
                       (not_DECC_V4_SOURCE)
Additional Information: explode extract
Arguments Description Return Values Errors
Close Help