Data Fields | |
struct _NUTENVIRONMENT * | env_next |
struct _NUTENVIRONMENT * | env_prev |
char * | env_name |
char * | env_value |
Definition at line 49 of file environ.h.
struct _NUTENVIRONMENT* NUTENVIRONMENT::env_next |
struct _NUTENVIRONMENT* NUTENVIRONMENT::env_prev |
Definition at line 51 of file environ.h.
Referenced by findenv(), setenv(), and unsetenv().
char* NUTENVIRONMENT::env_name |