OmniEvents
|
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | MAXHOSTNAMELEN 256 |
Provides the function ‘int gethostname(char* hostname, size_t len)’ in a platform independent manner. More... | |
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.
|
inline |
Definition at line 76 of file gethostname.h.
References MAXHOSTNAMELEN.
Referenced by OmniEvents::omniEventsLog::initializeFileNames().