minishell
Minishell Project for École 42
|
Structure representing an environment variable node. More...
#include <minishell.h>
Public Attributes | |
char * | key |
char * | value |
struct s_environ_node * | next |
Structure representing an environment variable node.