minishell
t_list Struct Reference

#include <ft_lst.h>

Collaboration diagram for t_list:
Collaboration graph

Data Fields

void * content
 
struct s_list * next
 

Detailed Description

Definition at line 17 of file ft_lst.h.

Field Documentation

◆ content

void* t_list::content

Definition at line 19 of file ft_lst.h.

◆ next

struct s_list* t_list::next

Definition at line 20 of file ft_lst.h.


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