open和close函數的使用

open函數 調用open函數可以打開或創建一個文件        #include <sys/types.h>        #include <sys/stat.h>        #include <fcntl.h>        int open(const char *pathname, int flags);        int open(const char *pathname,
相關文章
相關標籤/搜索