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

The file containing the my_print_params function. More...

#include "my.h"

Functions

void my_print_params (int argc, char **argv)
 Prints all the parameters of the program.
 

Detailed Description

The file containing the my_print_params function.

Author
Nicolas TORO

Function Documentation

◆ my_print_params()

void my_print_params ( int argc,
char ** argv )

Prints all the parameters of the program.

Parameters
argcThe number of parameters
argvThe array of parameters
Returns
void
Author
Nicolas TORO