gethostname

gethostname -- gets the computer's host name.

Syntax

gethostname ()
    

Arguments

none

Returns

The host name of this computer, as a string.

Example

    Gamma> gethostname();
    "rex"
    Gamma>  
    		

Copyright 1995-2002 by Cogent Real-Time Systems, Inc.