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

The file containing the operators functions. More...

Functions

void analyse_operators (mysh_t *mysh, char *line)
 Analyse the operators and execute the commands.
 

Detailed Description

The file containing the operators functions.

Function Documentation

◆ analyse_operators()

void analyse_operators ( mysh_t * mysh,
char * line )

Analyse the operators and execute the commands.

Parameters
myshThe shell structure
lineThe command line
Returns
void