42sh 1.0.0
Create a shell in C
|
The file containing the array_string function. More...
#include "../../include/myshell.h"
Functions | |
char ** | array_string (char const *str, char const *separator) |
Transform a string into an array of words delimited by a string with inhibitors. | |
The file containing the array_string function.
char ** array_string | ( | char const * | str, |
char const * | separator ) |
Transform a string into an array of words delimited by a string with inhibitors.
str | The string to transform |
separator | The separator |