Minishell
 
Loading...
Searching...
No Matches
s_token Struct Reference

Basic structure of linked list of strings. More...

#include <data_structure.h>

Collaboration diagram for s_token:

Data Fields

char * str
 
struct s_tokennext
 

Detailed Description

Basic structure of linked list of strings.

Field Documentation

◆ next

struct s_token* s_token::next

◆ str

char* s_token::str

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