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