| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_str_to_word_array function. More...
#include "my.h"Functions | |
| char ** | my_str_to_word_array (char const *str) | 
| Returns an array of words from a string (str)   | |
The file containing the my_str_to_word_array function.
| char ** my_str_to_word_array | ( | char const * | str | ) | 
Returns an array of words from a string (str)
| str | The string to convert |