1MAIL::HOSTNAME(3x) Miscellaneous functions MAIL::HOSTNAME(3x)
23
4
NAME
6mail::hostname - Return host name
7
SYNOPSIS
9#include <libmail/mail.H>
1011
12
13
std::string hostname=mail::hostname(void);
14
USAGE
16This function return this machine's network name.
17
RETURN CODES
19This machine's host name, as a string.
2021
22
23
10 April 2006 MAIL::HOSTNAME(3x)