42sh 1.0.0
Create a shell in C
|
The file containing the my_malloc_strdup_word_array function. More...
#include "mymemory.h"
Functions | |
char ** | my_malloc_strdup_word_array (char **array) |
Duplicates a word array (array) with my_malloc. | |
The file containing the my_malloc_strdup_word_array function.
char ** my_malloc_strdup_word_array | ( | char ** | array | ) |
Duplicates a word array (array) with my_malloc.
array | The word array to duplicate |