SysIII/usr/src/lib/libPW/logname.c

Compare this file to the similar file:
Show the results in this format:

char *
logname()
{
	return((char *)getenv("LOGNAME"));
}