42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_str_to_word_array.c File Reference

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)
 

Detailed Description

The file containing the my_str_to_word_array function.

Author
Nicolas TORO

Function Documentation

◆ my_str_to_word_array()

char ** my_str_to_word_array ( char const * str)

Returns an array of words from a string (str)

Parameters
strThe string to convert
Returns
char** The array of words
Author
Nicolas TORO