maxishell
Implementation of a shell for Linux-like systems
Loading...
Searching...
No Matches
s_token Struct Reference

#include <tokens.h>

Collaboration diagram for s_token:

Public Attributes

t_token_type type
 
char * data
 
struct s_tokennext
 
struct s_tokenprev
 

Detailed Description

Definition at line 41 of file tokens.h.

Member Data Documentation

◆ data

char* s_token::data

◆ next

◆ prev

struct s_token* s_token::prev

Definition at line 46 of file tokens.h.

◆ type

t_token_type s_token::type

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