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

The file containing the unset builtin. More...

Functions

int exec_unset (mysh_t *mysh)
 The unset builtin.
 

Detailed Description

The file containing the unset builtin.

Function Documentation

◆ exec_unset()

int exec_unset ( mysh_t * mysh)

The unset builtin.

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