char *getenv( const char *envvar )



	- prototype in stdlib.h

	- gets string from environment
	- MSDOS environment consists of strings of form envvar=varvalue,...
	- returns varvalue or 0 if envvar not found in environment