function in c referencing memory externally allocated

后端 未结 0 493
南旧
南旧 2021-01-01 06:22

I am splitting the lines as they are red from the input:

char **split (char *in, size_t *n, char *delimiter){
    if (delimiter == NULL) delimiter="\\t&q         


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