◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Include: <stdlib.h> Syntax: char *getenv( char *varname ); Returns: a pointer to the environment-table entry containing the current string value of <varname>, or NULL if the given variable is not defined. See also: putenv -♦-