Example: lr_get_host_name

In the following example, the lr_get_host_name function retrieves the name of the station running the script.

char * my_host;
my_host = lr_get_host_name( );
lr_output_message("%s", my_host);