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

The file containing the echo builtin. More...

Functions

int exec_echo (mysh_t *mysh)
 The echo builtin.
 

Detailed Description

The file containing the echo builtin.

Function Documentation

◆ exec_echo()

int exec_echo ( mysh_t * mysh)

The echo builtin.

Parameters
myshThe shell structure
Returns
int The exit status of the echo command