open 函數

#include <stdlib.h> #include <stdio.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h> int main(int argc, char argv[]) { int fd1,fd2;
相關文章
相關標籤/搜索