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

The file containing the unsetenv builtin. More...

Functions

int exec_unsetenv (mysh_t *mysh)
 The unsetenv builtin.
 

Detailed Description

The file containing the unsetenv builtin.

Function Documentation

◆ exec_unsetenv()

int exec_unsetenv ( mysh_t * mysh)

The unsetenv builtin.

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