1MBKGETENV(3) MBK UTILITY FUNCTIONS MBKGETENV(3)
2
3
4
6 mbkgetenv - get an environment variable
7
8
9
11 #include MUT_H
12
13 char *mbkgetenv(const char *name);
14
16 The mbkgetenv() function searches the environment list for a string
17 that matches the string pointed to by name. The strings are of the
18 form name = value.
19
21 The mbkgetenv() function returns a pointer to the value in the environā
22 ment, or NULL if there is no match. If MBK_TRACE_GETENV is set to
23 "yes", mbkgetenv() will print debug info to stdout before thre real
24 getenv() syscall is done.
25
26
28 mbk(1) MBK_TRACE_GETENV(1) getenv(3).
29
30
31
32
33
34
35ASIM/LIP6 $Date: 2002/03/08 13:51:03 $ MBKGETENV(3)