1HOSTNM(3F) HOSTNM(3F)
23
4
NAME
6hostnm - get name of current host
7
SYNOPSIS
9integer function hostnm (name)
10character*(*) name
11
DESCRIPTION
13This function puts the name of the current host into character string
14name. The return value should be 0; any other value indicates an
15error.
16
FILES
18/usr/lib/libU77.a
19
SEE ALSO
21gethostname(2)
2223
24
25
4.2 Berkeley Distribution May 15, 1985 HOSTNM(3F)