Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT3/GETENV.3
2024-02-19 00:21:39 -05:00

14 lines
374 B
Groff

NAME
getenv - return value for environment name
SYNTAX
char *getenv (name)
char *name;
DESCRIPTION
Getenv searches the environment list [see environ(5)] for a
string of the form name=value, and returns a pointer to the
value in the current environment if such a string is
present, otherwise a NULL pointer.
SEE ALSO
exec(2), putenv(3C), environ(5).