C Programming Print 2d dynamic Array Returned from function

前端 未结 0 1293
不知归路
不知归路 2021-01-04 05:53

I have the code below:

char** my_spliter(char* text);

char **list = my_spliter(text);
printf("%s\\n", list[0]);

This code gives me

相关标签:
回答
  • 消灭零回复
提交回复
热议问题