MiniDevil
As beautiful as a shell
Environment variable (doubly linked list) More...
#include <structs.h>
Fields | |
| char * | key |
| Variable name. More... | |
| char * | value |
| Value (NULL if export only) More... | |
| struct s_env * | next |
| Next node. More... | |
| struct s_env * | prev |
| Previous node. More... | |