Loading

摘要: 问题 碰到了这样一段代码(经过简化的): #include "stdio.h" #include "unistd.h" #include "sys/wait.h" int main(){ fork(); printf("1\n"); fork(); printf("1\n"); wait(NULL) 阅读全文
posted @ 2022-05-14 18:09 坠月川 阅读(108) 评论(0) 推荐(0)