发布网友 发布时间:2022-04-23 15:28
共4个回答
热心网友 时间:2023-10-08 12:02
是的,这样是不行的。要把程序写完整,才能看出细节问题。
热心网友 时间:2023-10-08 12:02
你传出来的是什么数组呢?
热心网友 时间:2023-10-08 12:03
char input[] = "IPC by pipe";
char output[BUFSIZ+1];
char p_name[] = "/tmp/test_fifo";
int count = 0;
int fd;
int stat_value;
pid_t pid,pid_res;
热心网友 时间:2023-10-08 12:03
就是跟C语言的函数调用一样,只要类型对应