File nut/crt/getenv.c


Included Files


Local Variables

empty_envval
static char empty_envval[1]
Used in: getenv()  

Global Function getenv()

char* getenv ( const char* name )
Prototyped in: nut/include/sys/environ.h
Calls: findenv() nut/crt/environ.c
Called by: MibRegisterSysVars() nut/app/snmpd/mib2sys.c
References Variables: empty_envval nut/crt/getenv.c

Global Function nextenv()

char* nextenv ( const char* name )
Prototyped in: nut/include/sys/environ.h
Calls: findenv() nut/crt/environ.c