42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
parentheses.c File Reference

The file containing the parentheses functions. More...

Functions

void analyse_parentheses (mysh_t *mysh, input_command_t *input)
 Analyse the parentheses.
 

Detailed Description

The file containing the parentheses functions.

Function Documentation

◆ analyse_parentheses()

void analyse_parentheses ( mysh_t * mysh,
input_command_t * input )

Analyse the parentheses.

Parameters
myshThe shell structure
inputThe input command structure
Returns
void