DOKK / manpages / debian 10 / alliance / mbkgetenv.3.en
MBKGETENV(3) MBK UTILITY FUNCTIONS MBKGETENV(3)

mbkgetenv - get an environment variable

See the file buster/alliance/alc_origin.1.en.gz.

#include MUT_H

char *mbkgetenv(const char *name);

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.

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.

mbk(1) MBK_TRACE_GETENV(1) getenv(3).

See the file buster/alliance/alc_bug_report.1.en.gz.

$Date: 2002/03/08 13:51:03 $ ASIM/LIP6