linux C 文件相關函數

linux C 文件相關函數 打開文件 #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open(const char* pathname,int flags); int open(const char* pathname,int flags,mode_t mode) 參數pathname是指定打開文件的路經l
相關文章
相關標籤/搜索