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

The file containing the my_rev_params function. More...

#include "my.h"

Functions

void my_rev_params (int argc, char **argv)
 Prints all the arguments (argc and argv) in reverse order.
 

Detailed Description

The file containing the my_rev_params function.

Author
Nicolas TORO

Function Documentation

◆ my_rev_params()

void my_rev_params ( int argc,
char ** argv )

Prints all the arguments (argc and argv) in reverse order.

Parameters
parThe information of the parameters
Returns
void
Author
Nicolas TORO