join multiple const char* paths together through pipes

后端 未结 0 514
南旧
南旧 2021-02-08 05:39

I have a function:

    void x(const char* array[]) {
        int index = 0, j = 0;
        int fd[2];
        pipe(fd);
        while (array[index] != NULL &&         


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