I have the code below:
char** my_spliter(char* text); char **list = my_spliter(text); printf("%s\\n", list[0]);
This code gives me