MiniDevil As beautiful as a shell
t_env Struct Reference

Environment variable (doubly linked list) More...

#include <structs.h>

Detailed Description

Environment variable (doubly linked list)

Definition at line 86 of file 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...
 

The documentation for this struct was generated from the following file: