gethostname
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/gethostname.html
Portability problems fixed by Gnulib:
<winsock2.h>
instead of <unistd.h>
on some platforms:
MSVC 14.
Portability problems not fixed by Gnulib:
int
instead of size_t
on some platforms:
Solaris 10.
EINVAL
, instead of returning a truncated host name.