char *getlogin( void );
Returns a pointer to a string containing the name of the current user.
This routine returns the name of the current user.
This routine is not reentrant and subsequent calls to
getlogin()
will overwrite the same buffer.
Copyright © 1988-2004 OAR Corporation