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

The file containing the my_show_word_array function. More...

#include "my.h"

Functions

void my_show_word_array (char *const *tab)
 Prints all word in an array (tab)
 

Detailed Description

The file containing the my_show_word_array function.

Author
Nicolas TORO

Function Documentation

◆ my_show_word_array()

void my_show_word_array ( char *const * tab)

Prints all word in an array (tab)

Parameters
tabThe array of words to print
Returns
void
Author
Nicolas TORO