| 
    A-maze-D documentation 1.0.0
    
   | 
 
The file containing the my_super_array function. More...
#include "my.h"Functions | |
| int | count_words (char *str, char *sep) | 
| int | count_letters (char *str, char *sep, int *save) | 
| int | decale_save (int *save, char *str, char *sep) | 
| int | fill_str (char *to_fill, int nb_letters, int save, char *source) | 
| char ** | my_super_array (char *str, char *sep) | 
| Returns an array of words delimited by a list of separator (separator) from a string (str)   | |
The file containing the my_super_array function.
| char ** my_super_array | ( | char * | str, | 
| char * | sep ) | 
Returns an array of words delimited by a list of separator (separator) from a string (str)
| str | The string to convert | 
| sep | The separator to use |