Writing to pipe within a struct failed

前端 未结 0 367
臣服心动
臣服心动 2021-01-30 04:09

I have a struct with the following data members

struct process{
    char *arg1;
    char *arg2;
    int fd[2];
    int shmID;
};

I initialize a s

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