Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Data Fields
CommandSequence Struct Reference

Struct that represents a command sequence. More...

#include <typedef.h>

Collaboration diagram for CommandSequence:
Collaboration graph
[legend]

Data Fields

Commandcommands
 
char ** operators
 
size_t num_commands
 
size_t num_operators
 

Detailed Description

Struct that represents a command sequence.

Field Documentation

◆ commands

CommandSequence::commands

Array of commands.

◆ num_commands

CommandSequence::num_commands

Number of commands.

◆ num_operators

CommandSequence::num_operators

Number of operators.

◆ operators

CommandSequence::operators

Array of operators.


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