赞
踩
博客搬家,原地址:https://langzi989.github.io/2017/05/21/函数dup/
#include <unistd.h> int dup(int fd); int dup2(int fd, int fd2);
这两个函数