SURFEX v8.1
General documentation of Surfex
Surfex_Git2
src
LIB
XRD44
utilities
crayhostname.c
Go to the documentation of this file.
1
#include <stdio.h>
2
#include <sys/types.h>
3
#include <sys/stat.h>
4
#include <unistd.h>
5
#include <string.h>
6
#include <stdlib.h>
7
void
crayhostname_
(
char
*hostname,
int
len_hostname)
8
{
9
int
result;
10
result = gethostname(hostname, len_hostname);
11
return
;
12
}
crayhostname_
void crayhostname_(char *hostname, int len_hostname)
Definition:
crayhostname.c:7
Generated on Tue Jan 16 2018 16:23:22 for SURFEX v8.1 by
1.8.13