42sh 1.0.0
Create a shell in C
|
The file containing the my_str_to_word_array_string function. More...
#include "my.h"
Functions | |
char ** | my_str_to_word_array_string (char const *str, char const *separator) |
Returns an array of words delimited by a separator (separator) from a string (str) | |
The file containing the my_str_to_word_array_string function.
char ** my_str_to_word_array_string | ( | char const * | str, |
char const * | separator ) |
Returns an array of words delimited by a separator (separator) from a string (str)
str | The string to convert |
separator | The separator to use |