Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

net_bsd.h/net_bsd.c

Prototype

Code Block

int  gethostname (char    *host_name,
                  _size_t  name_len);

Arguments

host_name

Character array that will receive the returned host name.

name_len

This is the length of the host name array (in octets) including null-terminating char.

Returned Value

0, if no error.

-1, otherwise.