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

The file containing the else builtin. More...

Functions

int exec_else (mysh_t *mysh)
 The else builtin.
 

Detailed Description

The file containing the else builtin.

Function Documentation

◆ exec_else()

int exec_else ( mysh_t * mysh)

The else builtin.

Parameters
myshThe shell structure
Returns
int 0 if the command succeed, 1 otherwise