silc_get_username

SYNOPSIS

    char *silc_get_username();

DESCRIPTION

Returns the username of the user. If the global variable LOGNAME does not exists we will get the name from the passwd file. The caller must free the returned name.

This function is system dependant.