Penguin
Annotated edit history of getenv(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 GETENV
2 !!!GETENV
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 getenv - get an environment variable
14 !!SYNOPSIS
15
16
17 __#include
18 __''name''__);
19 __
20 !!DESCRIPTION
21
22
23 The __getenv()__ function searches the environment list
24 for a string that matches the string pointed to by
25 ''name''. The strings are of the form ''name =
26 value''.
27 !!RETURN VALUE
28
29
30 The __getenv()__ function returns a pointer to the value
31 in the environment, or NULL if there is no
32 match.
33 !!CONFORMING TO
34
35
36 SVID 3, POSIX, BSD 4.3, ISO 9899
37 !!SEE ALSO
38
39
40 putenv(3), setenv(3), unsetenv(3),
41 environ(7)
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.