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

The file containing the repeat builtins. More...

Functions

int exec_repeat (mysh_t *mysh)
 The repeat builtin.
 

Detailed Description

The file containing the repeat builtins.

Function Documentation

◆ exec_repeat()

int exec_repeat ( mysh_t * mysh)

The repeat builtin.

The source builtin.

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