OmniEvents
|
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | MAXHOSTNAMELEN 256 |
Provides the function `int gethostname(char* hostname, size_t len)' in a platform independent manner. | |
Functions | |
int | gethostname (char *hostname, size_t len) |
#define MAXHOSTNAMELEN 256 |
Provides the function `int gethostname(char* hostname, size_t len)' in a platform independent manner.
The associated macro MAXHOSTNAMELEN is also guaranteed to be set correctly.
Definition at line 65 of file gethostname.h.
Referenced by gethostname(), and OmniEvents::omniEventsLog::initializeFileNames().
int gethostname | ( | char * | hostname, |
size_t | len | ||
) | [inline] |
Definition at line 76 of file gethostname.h.
References MAXHOSTNAMELEN.
Referenced by OmniEvents::omniEventsLog::initializeFileNames().