Corewar documentation 1.0.0
|
The file containing the my_strdup_word_array function. More...
#include "my.h"
Functions | |
char ** | my_strdup_word_array (char **array) |
Duplicates a word array (array) and returns the new array. | |
The file containing the my_strdup_word_array function.
char ** my_strdup_word_array | ( | char ** | array | ) |
Duplicates a word array (array) and returns the new array.
array | The word array to duplicate |