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

The file containing the my_show_param_array function. More...

#include "my.h"

Functions

void my_show_param_array (struct info_param const *par)
 Prints the information of a parameter array (par)
 

Detailed Description

The file containing the my_show_param_array function.

Author
Nicolas TORO

Function Documentation

◆ my_show_param_array()

void my_show_param_array ( struct info_param const * par)

Prints the information of a parameter array (par)

Parameters
parThe information of the parameters
Returns
void
Author
Nicolas TORO