Corewar documentation 1.0.0
|
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) | |
The file containing the my_show_word_array function.
void my_show_word_array | ( | char *const * | tab | ) |
Prints all word in an array (tab)
tab | The array of words to print |