|
Zappy - Year end project 2
This is a project that Epitech asked us to create in order to allow us to reveiw the notions of the current year.
|

Go to the source code of this file.
Functions | |
| size_t | get_array_len (char **array) |
| ! GETTER !! | |
| char ** | str_to_word_array (const char *str, const char delim) |
| Turn string to char **. | |
| size_t get_array_len | ( | char ** | array | ) |
! GETTER !!
Get array len
| array |
Definition at line 13 of file array_utils.c.
| char ** str_to_word_array | ( | const char * | str, |
| const char | delim ) |
Turn string to char **.
| str | |
| delim |
Definition at line 62 of file array_utils.c.