mbkgetenv(3) - Linux man page

Name

mbkgetenv - get an environment variable

Synopsis

#include MUT_H

char *mbkgetenv(const char *name);

Description

The mbkgetenv() function searches the environment list for a string that matches the string pointed to by name. The strings are of the form name = value.

Return Value

The mbkgetenv() function returns a pointer to the value in the environment, or NULL if there is no match. If MBK_TRACE_GETENV is set to "yes", mbkgetenv() will print debug info to stdout before thre real getenv() syscall is done.

See Also

mbk(1) mbk_trace_getenv(1) getenv(3).